Skip to content

Commit 82993c2

Browse files
Update index.bs
Co-authored-by: Ningxin Hu <[email protected]>
1 parent ce93588 commit 82993c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ semantics, with no side effects.
711711
Each operation invocation conceptually returns a distinct new value, without
712712
changing the value of any other {{MLOperand}}.
713713

714-
Internally, the {{MLGraphBuilder}} methods such as {{MLGraphBuilder/gemm()}} create an [=implementation-defined=] <dfn>platform operator</dfn> which is held by the {{MLOperand}} or {{MLActivation}}, which perform the actual operation on the input data when the computation is run. An {{MLOperand}} also holds an [=implementation-defined=] <dfn>platform operand</dfn>, which references the operand in the underlying computational graph, and is connected to [=platform operators=] as input and/or output.
714+
Internally, the {{MLGraphBuilder}} methods such as {{MLGraphBuilder/gemm()}} create an [=implementation-defined=] <dfn>platform operator</dfn> which is held by the {{MLOperand}} or {{MLActivation}}, which performs the actual operation on the input data when the computation is run. An {{MLOperand}} also holds an [=implementation-defined=] <dfn>platform operand</dfn>, which references the operand in the underlying computational graph, and is connected to [=platform operators=] as input and/or output.
715715

716716
The runtime values (of {{MLOperand}}s) are tensors, which are essentially multidimensional
717717
arrays. The representation of the tensors is implementation dependent, but it typically

0 commit comments

Comments
 (0)