WebIDLpedia

MLPadOptions dictionary

Definition

Web Neural Network API defines MLPadOptions



dictionary MLPadOptions : MLOperatorOptions {
  MLPaddingMode mode = "constant";
  MLNumber value = 0;
};

Referring IDL interfaces/dictionaries