pub fn launch<R: Runtime, C: Numeric>(
client: &ComputeClient<R::Server, R::Channel>,
output: &TensorHandle<R, C>,
)
Expand description
Launch identity matrix kernel.
Ensure output is a TensorHandle
containing a square matrix.
output will contain the identity matrix.