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

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 282 if (kIsPartial && dim == kUnknownRep32) return -1;
345 kIsPartial && size < 0 ? kUnknownRep32 : static_cast<uint32>(size);
369 ? kUnknownRep32
421 kIsPartial && size < 0 ? kUnknownRep32 : static_cast<uint32>(size);
tensor_shape.h 109 static const uint32 kUnknownRep32 = std::numeric_limits<uint32>::max();

Completed in 92 milliseconds