WebIDLpedia

MLLayerNormalizationOptions dictionary

Definition

Web Neural Network API defines MLLayerNormalizationOptions



dictionary MLLayerNormalizationOptions : MLOperatorOptions {
  MLOperand scale;
  MLOperand bias;
  sequence<[EnforceRange] unsigned long> axes;
  double epsilon = 1e-5;
};

Referring IDL interfaces/dictionaries