Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc141 set_tag(REP16); in TensorShapeBase()
161 out->set_tag(REP16); in BuildTensorShapeBase()
185 set_tag(REP16); in TensorShapeBase()
193 out->set_tag(REP16); in BuildTensorShapeBase()
214 DCHECK_EQ(tag(), REP16); in InitDims()
300 set_tag(REP16); in TensorShapeBase()
344 if (tag() == REP16) { in dim_size()
366 set_tag(REP16); in ClearAllButDataType()
445 if (tag() == REP16 && nd < 6 && size < kMaxRep16) { in UnsafeAddDim()
570 if (tag() == REP16 && size < kMaxRep16) { in set_dim()
[all …]
Dtensor_shape.h119 enum RepTag { REP16 = 0, REP32 = 1, REP_OUT_OF_LINE = 2 }; enumerator
649 set_tag(REP16); // So that SlowCopyFrom does not try to deallocate in TensorShapeRep()
660 b.set_tag(REP16); // other shape no longer owns out-of-line data, if any. in TensorShapeRep()
690 b.set_tag(REP16); // other shape no longer owns out-of-line data, if any.
701 set_tag(REP16); in TensorShapeBase()