HomeSort by relevance Sort by last modified time
    Searched refs:REP16 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 118 set_tag(REP16);
137 set_tag(REP16);
160 DCHECK_EQ(tag(), REP16);
231 set_tag(REP16);
276 if (tag() == REP16) {
298 set_tag(REP16);
340 if (tag() == REP16 && nd < 6 && size < kMaxRep16) {
353 // We know we can't be REP16. See if we have a small enough
416 if (tag() == REP16 && size < kMaxRep16) {
480 if (tag() == REP16) {
    [all...]
tensor_shape.h 88 // Rep16: Supports up to 6 dimensions where each dimension is < 2^16 - 1
94 struct Rep16 {
111 Rep16* as16() { return reinterpret_cast<Rep16*>(buf()); }
115 const Rep16* as16() const { return reinterpret_cast<const Rep16*>(buf()); }
119 enum RepTag { REP16 = 0, REP32 = 1, REP_OUT_OF_LINE = 2 };
498 set_tag(REP16); // So that SlowCopyFrom does not try to deallocate
509 b.set_tag(REP16); // other shape no longer owns out-of-line data, if any.
539 b.set_tag(REP16); // other shape no longer owns out-of-line data, if any
    [all...]

Completed in 210 milliseconds