Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc118 set_tag(REP16); in TensorShapeBase()
137 set_tag(REP16); in TensorShapeBase()
160 DCHECK_EQ(tag(), REP16); in InitDims()
231 set_tag(REP16); in TensorShapeBase()
276 if (tag() == REP16) { in dim_size()
298 set_tag(REP16); in ClearAllButDataType()
340 if (tag() == REP16 && nd < 6 && size < kMaxRep16) { in UnsafeAddDim()
416 if (tag() == REP16 && size < kMaxRep16) { in set_dim()
480 if (tag() == REP16) { in DumpRep()
Dtensor_shape.h119 enum RepTag { REP16 = 0, REP32 = 1, REP_OUT_OF_LINE = 2 }; enumerator
498 set_tag(REP16); // So that SlowCopyFrom does not try to deallocate in TensorShapeRep()
509 b.set_tag(REP16); // other shape no longer owns out-of-line data, if any. in TensorShapeRep()
539 b.set_tag(REP16); // other shape no longer owns out-of-line data, if any.