Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h105 syntax_sugar_async_ops_(true) {} in HloPrintOptions()
298 syntax_sugar_async_ops_ = value; in set_syntax_sugar_async_ops()
369 bool syntax_sugar_async_ops() const { return syntax_sugar_async_ops_; } in syntax_sugar_async_ops()
401 bool syntax_sugar_async_ops_; variable