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.cc243 DCHECK(tag() == REP_OUT_OF_LINE); in DestructorOutOfLine()
248 if (b.tag() != REP_OUT_OF_LINE) { in SlowCopyFrom()
249 if (tag() == REP_OUT_OF_LINE) { in SlowCopyFrom()
258 DCHECK_EQ(b.tag(), REP_OUT_OF_LINE); in SlowCopyFrom()
261 if (tag() == REP_OUT_OF_LINE) { in SlowCopyFrom()
265 set_tag(REP_OUT_OF_LINE); in SlowCopyFrom()
295 if (tag() == REP_OUT_OF_LINE) { in ClearAllButDataType()
346 } else if (tag() == REP_OUT_OF_LINE) { in UnsafeAddDim()
373 set_tag(REP_OUT_OF_LINE); in UnsafeAddDim()
422 } else if (tag() == REP_OUT_OF_LINE) { in set_dim()
[all …]
Dtensor_shape.h119 enum RepTag { REP16 = 0, REP32 = 1, REP_OUT_OF_LINE = 2 }; enumerator
492 if (b.tag() != REP_OUT_OF_LINE) { in TensorShapeRep()
513 if (tag() == REP_OUT_OF_LINE) { in ~TensorShapeRep()
520 if (tag() != REP_OUT_OF_LINE && b.tag() != REP_OUT_OF_LINE) {
531 if (tag() == REP_OUT_OF_LINE) {