Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc240 EXPECT_FALSE(TensorSlice::HasExtentLength(proto.extent(0))); in TEST()
241 EXPECT_TRUE(TensorSlice::HasExtentLength(proto.extent(1))); in TEST()
242 EXPECT_TRUE(TensorSlice::HasExtentLength(proto.extent(2))); in TEST()
243 EXPECT_FALSE(TensorSlice::HasExtentLength(proto.extent(3))); in TEST()
Dtensor_slice.cc229 bool TensorSlice::HasExtentLength(const TensorSliceProto::Extent& extent) { in HasExtentLength() function in tensorflow::TensorSlice
235 if (!HasExtentLength(extent)) return -1; in GetExtentLength()
Dtensor_slice.h181 static bool HasExtentLength(const TensorSliceProto::Extent& extent);