pub fn read_tensor_atomic_checked<C: Numeric>( tensor: Tensor<Atomic<Line<C>>>, index: u32, ) -> Atomic<Line<C>>
Returns the value at index in tensor within bounds.
index