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

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.h 106 static const int64 kMaxRep16 = std::numeric_limits<uint16>::max() - 1;
tensor_shape.cc 143 // REQUIRES: val < kMaxRep16
340 if (tag() == REP16 && nd < 6 && size < kMaxRep16) {
416 if (tag() == REP16 && size < kMaxRep16) {

Completed in 679 milliseconds