Function read_tensor_atomic_checked

Source
pub fn read_tensor_atomic_checked<C: Numeric>(
    tensor: Tensor<Atomic<Line<C>>>,
    index: u32,
) -> Atomic<Line<C>>
Expand description

Returns the value at index in tensor within bounds.