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