Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc38 struct CanonicalDebugOptions { struct
39 explicit CanonicalDebugOptions(const DebugOptions& opts) in CanonicalDebugOptions() function
126 bool dumping_to_stdout() const { return dump_to == "-"; } in dumping_to_stdout()
128 string dump_to;
129 std::function<bool(string_view module_name)> should_dump_module;
130 std::function<bool(string_view pass_name)> should_dump_pass;
134 bool dump_as_text;
135 bool dump_as_proto;
136 bool dump_as_dot;
137 bool dump_as_html;
[all …]