pub fn read_tensor_checked<C: CubePrimitive>(
tensor: Tensor<C>,
index: u32,
unroll_factor: u32,
) -> CExpand description
Returns the value at index in tensor within bounds.
pub fn read_tensor_checked<C: CubePrimitive>(
tensor: Tensor<C>,
index: u32,
unroll_factor: u32,
) -> CReturns the value at index in tensor within bounds.