Home
last modified time | relevance | path

Searched refs:indent_amount (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dcheck_output.py79 indent_amount = len(first_line) - len(first_line.lstrip())
80 indent = first_line[:indent_amount]
86 if line[:indent_amount] != indent:
90 new_lines.append(line[indent_amount:])
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc548 const string tab(2 * options.indent_amount(), ' '); in ToString()
616 new_options.set_indent_amount(options.indent_amount() + 1) in ToString()
619 const string new_tab(2 * new_options.indent_amount(), ' '); in ToString()
631 new_options.indent_amount(), instruction == root_instruction_) in ToString()
Dhlo_instruction.h317 int indent_amount() const { return indent_amount_; } in indent_amount() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc337 .def_property("indent_amount", &HloPrintOptions::indent_amount, in BuildXlaCompilerSubmodule()