WebIDLpedia

MLInstanceNormalizationOptions dictionary

Definition

Web Neural Network API defines MLInstanceNormalizationOptions



dictionary MLInstanceNormalizationOptions {
  MLOperand scale;
  MLOperand bias;
  float epsilon = 1e-5;
  MLInputOperandLayout layout = "nchw";
};

Referring IDL interfaces/dictionaries