HomeSort by relevance Sort by last modified time
    Searched refs:HasExtentLength (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_slice_test.cc 240 EXPECT_FALSE(TensorSlice::HasExtentLength(proto.extent(0)));
241 EXPECT_TRUE(TensorSlice::HasExtentLength(proto.extent(1)));
242 EXPECT_TRUE(TensorSlice::HasExtentLength(proto.extent(2)));
243 EXPECT_FALSE(TensorSlice::HasExtentLength(proto.extent(3)));
tensor_slice.cc 230 bool TensorSlice::HasExtentLength(const TensorSliceProto::Extent& extent) {
236 if (!HasExtentLength(extent)) return -1;
tensor_slice.h 181 static bool HasExtentLength(const TensorSliceProto::Extent& extent);

Completed in 853 milliseconds