Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
D__init__.pyi138 print_program_shape: bool
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc383 &HloPrintOptions::print_program_shape, in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc585 if (options.print_program_shape()) { in ToString()
Dhlo_instruction.h345 bool print_program_shape() const { return print_program_shape_; } in print_program_shape() function