WebIDLpedia

[DEPRECATED] MLComputeResult dictionary

As of December 4, 2024, this name is no longer defined by a Web Platform specification

Definition

Web Neural Network API defines MLComputeResult



dictionary MLComputeResult {
  MLNamedArrayBufferViews inputs;
  MLNamedArrayBufferViews outputs;
};

Referring IDL interfaces/dictionaries