WebIDLpedia

MLInstanceNormalizationOptions dictionary

Definition

Web Neural Network API defines MLInstanceNormalizationOptions



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

Referring IDL interfaces/dictionaries