From 82993c2c28bbf2726dcb8bbc852345778d281041 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 1 Feb 2024 22:50:22 -0800 Subject: [PATCH] Update index.bs Co-authored-by: Ningxin Hu --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 58b2166e..9198f4c1 100644 --- a/index.bs +++ b/index.bs @@ -711,7 +711,7 @@ semantics, with no side effects. Each operation invocation conceptually returns a distinct new value, without changing the value of any other {{MLOperand}}. -Internally, the {{MLGraphBuilder}} methods such as {{MLGraphBuilder/gemm()}} create an [=implementation-defined=] platform operator 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=] platform operand, which references the operand in the underlying computational graph, and is connected to [=platform operators=] as input and/or output. +Internally, the {{MLGraphBuilder}} methods such as {{MLGraphBuilder/gemm()}} create an [=implementation-defined=] platform operator 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=] platform operand, which references the operand in the underlying computational graph, and is connected to [=platform operators=] as input and/or output. The runtime values (of {{MLOperand}}s) are tensors, which are essentially multidimensional arrays. The representation of the tensors is implementation dependent, but it typically