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

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.h 119 enum RepTag { REP16 = 0, REP32 = 1, REP_OUT_OF_LINE = 2 };
492 if (b.tag() != REP_OUT_OF_LINE) {
513 if (tag() == REP_OUT_OF_LINE) {
520 if (tag() != REP_OUT_OF_LINE && b.tag() != REP_OUT_OF_LINE) {
531 if (tag() == REP_OUT_OF_LINE) {
tensor_shape.cc 243 DCHECK(tag() == REP_OUT_OF_LINE);
248 if (b.tag() != REP_OUT_OF_LINE) {
249 if (tag() == REP_OUT_OF_LINE) {
258 DCHECK_EQ(b.tag(), REP_OUT_OF_LINE);
261 if (tag() == REP_OUT_OF_LINE) {
265 set_tag(REP_OUT_OF_LINE);
295 if (tag() == REP_OUT_OF_LINE) {
346 } else if (tag() == REP_OUT_OF_LINE) {
373 set_tag(REP_OUT_OF_LINE);
422 } else if (tag() == REP_OUT_OF_LINE) {
    [all...]

Completed in 92 milliseconds