pub fn launch_ref(client: &Client, output: TensorBinding, dtype: ElemType)Expand description
Launch identity matrix kernel by ref.
Ensure output is a [TensorHandleRef] containing a square matrix.
output will contain the identity matrix.
pub fn launch_ref(client: &Client, output: TensorBinding, dtype: ElemType)Launch identity matrix kernel by ref.
Ensure output is a [TensorHandleRef] containing a square matrix.
output will contain the identity matrix.