menu
js_bindings package
documentation
bindings/webnn.dart
PropsMLGraphBuilder
max method
max method
dark_mode
light_mode
max
method
MLOperand
max
(
MLOperand
a
,
MLOperand
b
)
Implementation
MLOperand max(MLOperand a, MLOperand b) => js_util.callMethod(this, 'max', [a, b]);
js_bindings package
documentation
bindings/webnn
PropsMLGraphBuilder
max method
PropsMLGraphBuilder extension on
MLGraphBuilder