WebIDLpedia

MLLeakyReluOptions dictionary

Definition

Web Neural Network API defines MLLeakyReluOptions



dictionary MLLeakyReluOptions : MLOperatorOptions {
  double alpha = 0.01;
};

Referring IDL interfaces/dictionaries