Searched refs:kIndentInc (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 177 kIndentInc = 2, enumerator 323 submatcher.DescribeTo(os, indent + kIndentInc); 886 Indent(os, indent + kIndentInc); 887 layout_.DescribeTo(os, indent + kIndentInc); 914 Indent(os, indent + kIndentInc); 915 subshape_.DescribeTo(os, indent + kIndentInc); 1301 Indent(os, indent + kIndentInc); 1302 shape_.DescribeTo(os, indent + kIndentInc); 1329 Indent(os, indent + kIndentInc); 1330 operand_.DescribeTo(os, indent + kIndentInc);
|