Searched refs:slice_ref (Results 1 – 1 of 1) sorted by relevance
125 TensorRef<Tensor<const float, 1> > slice_ref(m.slice(offsets, m.dimensions())); in test_const_slice() local126 VERIFY_IS_EQUAL(slice_ref(0), 42); in test_const_slice()