Home
last modified time | relevance | path

Searched defs:CanonicalDebugOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddump.cc49 struct CanonicalDebugOptions { struct
50 explicit CanonicalDebugOptions(const DebugOptions& opts) in CanonicalDebugOptions() argument
158 bool dumping_to_stdout() const { return dump_to == "-"; } in dumping_to_stdout()
160 std::string dump_to;
161 std::function<bool(string_view module_name)> should_dump_module;
162 std::function<bool(string_view pass_name)> should_dump_pass;
163 std::function<bool(string_view pipeline_name)> should_dump_pipeline;
167 bool dump_as_text;
168 bool dump_as_proto;
169 bool dump_as_dot;
[all …]