Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h89 print_program_shape_(true), in HloPrintOptions()
200 print_program_shape_ = value; in set_print_program_shape()
307 bool print_program_shape() const { return print_program_shape_; } in print_program_shape()
344 bool print_program_shape_; variable