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

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 278 if (kIsPartial && dim == kUnknownRep16) return -1;
342 kIsPartial && size < 0 ? kUnknownRep16 : static_cast<uint16>(size);
418 kIsPartial && size < 0 ? kUnknownRep16 : static_cast<uint16>(size);
tensor_shape.h 108 static const uint16 kUnknownRep16 = std::numeric_limits<uint16>::max();

Completed in 243 milliseconds