Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h96 print_program_shape_(true), in HloPrintOptions()
241 print_program_shape_ = value; in set_print_program_shape()
363 bool print_program_shape() const { return print_program_shape_; } in print_program_shape()
392 bool print_program_shape_; variable