Searched refs:REP_OUT_OF_LINE (Results 1 – 2 of 2) sorted by relevance
243 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 …]
119 enum RepTag { REP16 = 0, REP32 = 1, REP_OUT_OF_LINE = 2 }; enumerator492 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) {