WebIDLpedia

MLLayerNormalizationOptions dictionary

Definition

Web Neural Network API defines MLLayerNormalizationOptions



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

Referring IDL interfaces/dictionaries