OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_options_
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/client/
executable_build_options.h
51
bool has_debug_options() const { return
debug_options_
.has_value(); }
52
const DebugOptions& debug_options() const { return *
debug_options_
; }
79
absl::optional<DebugOptions>
debug_options_
;
member in class:xla::ExecutableBuildOptions
executable_build_options.cc
45
debug_options_
= GetDebugOptionsFromFlags();
47
return &
debug_options_
.value();
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_module_config.h
73
return
debug_options_
.xla_hlo_profile();
90
const DebugOptions& debug_options() const { return
debug_options_
; }
93
debug_options_
= debug_options;
134
DebugOptions
debug_options_
;
member in class:xla::HloModuleConfig
hlo_module_config.cc
59
StrAppend(&key,
debug_options_
.DebugString());
compiler.h
83
const DebugOptions& debug_options() const { return
debug_options_
; }
84
DebugOptions* mutable_debug_options() { return &
debug_options_
; }
102
DebugOptions
debug_options_
;
member in class:xla::AotCompilationOptions
compiler.cc
120
:
debug_options_
(GetDebugOptionsFromFlags()) {}
hlo_graph_dumper.cc
314
debug_options_
(debug_options),
381
const DebugOptions&
debug_options_
;
member in class:xla::__anon44474::HloDotDumper
626
if (
debug_options_
.xla_hlo_graph_sharding_color() && !highlight) {
789
if (!
debug_options_
.xla_hlo_graph_sharding_color()) {
[
all
...]
/external/tensorflow/tensorflow/core/debug/
debugger_state_impl.h
49
:
debug_options_
(debug_options) {}
56
DebugOptions
debug_options_
;
member in class:tensorflow::DebugGraphDecorator
debugger_state_impl.cc
54
debug_options_
.debug_tensor_watch_opts(), graph, device);
61
debug_options_
.debug_tensor_watch_opts()) {
Completed in 322 milliseconds