Searched refs:HasExtentLength (Results 1 – 3 of 3) sorted by relevance
240 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()
229 bool TensorSlice::HasExtentLength(const TensorSliceProto::Extent& extent) { in HasExtentLength() function in tensorflow::TensorSlice235 if (!HasExtentLength(extent)) return -1; in GetExtentLength()
181 static bool HasExtentLength(const TensorSliceProto::Extent& extent);