Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h91 include_layout_in_shapes_(true), in HloPrintOptions()
312 include_layout_in_shapes_ = value; in set_include_layout_in_shapes()
355 bool include_layout_in_shapes() const { return include_layout_in_shapes_; } in include_layout_in_shapes()
385 bool include_layout_in_shapes_; variable