read_tensor_checked

Function read_tensor_checked 

Source
pub fn read_tensor_checked<C: CubePrimitive>(
    tensor: Tensor<C>,
    index: u32,
    unroll_factor: u32,
) -> C
Expand description

Returns the value at index in tensor within bounds.