pub fn into_contiguous_ref<R: Runtime>(
client: &ComputeClient<R::Server>,
input: &TensorHandleRef<'_, R>,
output: &TensorHandleRef<'_, R>,
dtype: StorageType,
)Expand description
Make a jit tensor contiguous.
pub fn into_contiguous_ref<R: Runtime>(
client: &ComputeClient<R::Server>,
input: &TensorHandleRef<'_, R>,
output: &TensorHandleRef<'_, R>,
dtype: StorageType,
)Make a jit tensor contiguous.