pub fn linear_view<'a, R: Runtime>(
    client: &ComputeClient<R::Server>,
    handle: &'a TensorHandleRef<'a, R>,
    line_size: u8,
) -> LinearViewLaunch<'a, R>Expand description
Create a linear tensor view from a handle and line size
pub fn linear_view<'a, R: Runtime>(
    client: &ComputeClient<R::Server>,
    handle: &'a TensorHandleRef<'a, R>,
    line_size: u8,
) -> LinearViewLaunch<'a, R>Create a linear tensor view from a handle and line size