Home
last modified time | relevance | path

Searched refs:distinct_slice (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc374 const TensorSlice distinct_slice = TensorSlice::ParseOrDie("-:0,2"); in TEST() local
384 TF_ASSERT_OK(reader.LookupSlice("foo", distinct_slice, &val)); in TEST()
392 const TensorSlice distinct_slice = TensorSlice::ParseOrDie("-:2,2"); in TEST() local
394 TF_ASSERT_OK(reader.LookupSlice("foo", distinct_slice, &val)); in TEST()