Home
last modified time | relevance | path

Searched refs:kMaxRep16 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc340 if (tag() == REP16 && nd < 6 && size < kMaxRep16) { in UnsafeAddDim()
416 if (tag() == REP16 && size < kMaxRep16) { in set_dim()
Dtensor_shape.h106 static const int64 kMaxRep16 = std::numeric_limits<uint16>::max() - 1; variable