Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc343 } else if (tag() == REP32 && nd < 3 && size < kMaxRep32) { in UnsafeAddDim()
359 if (vals[i] >= kMaxRep32) { in UnsafeAddDim()
419 } else if (tag() == REP32 && size < kMaxRep32) { in set_dim()
Dtensor_shape.h107 static const int64 kMaxRep32 = std::numeric_limits<uint32>::max() - 1; variable