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