copy_into

Function copy_into 

Source
pub fn copy_into<R: Runtime>(
    client: &ComputeClient<R>,
    input: &TensorHandleRef<'_, R>,
    output: &TensorHandleRef<'_, R>,
    dtype: StorageType,
) -> Result<(), LaunchError>
Expand description

Copies the input tensor into the output tensor following the strides.