Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc312 DCHECK(tag() == REP_OUT_OF_LINE); in DestructorOutOfLine()
317 if (b.tag() != REP_OUT_OF_LINE) { in SlowCopyFrom()
318 if (tag() == REP_OUT_OF_LINE) { in SlowCopyFrom()
329 if (tag() == REP_OUT_OF_LINE) { in SlowCopyFrom()
333 set_tag(REP_OUT_OF_LINE); in SlowCopyFrom()
363 if (tag() == REP_OUT_OF_LINE) { in ClearAllButDataType()
451 } else if (tag() == REP_OUT_OF_LINE) { in UnsafeAddDim()
478 set_tag(REP_OUT_OF_LINE); in UnsafeAddDim()
576 } else if (tag() == REP_OUT_OF_LINE) { in set_dim()
609 } else if (tag() == REP_OUT_OF_LINE) { in SetDimWithStatus()
Dtensor_shape.h119 enum RepTag { REP16 = 0, REP32 = 1, REP_OUT_OF_LINE = 2 }; enumerator
643 if (b.tag() != REP_OUT_OF_LINE) { in TensorShapeRep()
664 if (tag() == REP_OUT_OF_LINE) { in ~TensorShapeRep()
671 if (tag() != REP_OUT_OF_LINE && b.tag() != REP_OUT_OF_LINE) {
682 if (tag() == REP_OUT_OF_LINE) {