onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

[WebNN EP] Deprecate MLTensorUsage in favor of boolean flags

Open huningxin opened this issue 4 months ago • 0 comments

This is changed by Chromium CL: https://chromium-review.googlesource.com/c/chromium/src/+/5933323

dictionary MLTensorDescriptor : MLOperandDescriptor {
  boolean importableToWebGPU = false;
  boolean readable = false;
  boolean writable = false;

  // TODO(crbug.com/343638938): Remove this after the M132 branch cut.
  MLTensorUsageFlags usage;
};

/cc @Honry @egalli @fdwr

huningxin avatar Oct 18 '24 07:10 huningxin