/external/tensorflow/tensorflow/compiler/xla/ |
D | debug_options_flags.cc | 30 DebugOptions DefaultDebugOptionsIgnoringFlags() { in DefaultDebugOptionsIgnoringFlags() 31 DebugOptions opts; in DefaultDebugOptionsIgnoringFlags() 84 static DebugOptions* flag_values; 123 flag_values = new DebugOptions(DefaultDebugOptionsIgnoringFlags()); in AllocateFlags() 127 auto bool_setter_for = [](void (DebugOptions::*member_setter)(bool)) { in AllocateFlags() 136 auto int32_setter_for = [](void (DebugOptions::*member_setter)(int32)) { in AllocateFlags() 144 [](void (DebugOptions::*member_setter)(const string& value)) { in AllocateFlags() 240 bool_setter_for(&DebugOptions::set_xla_cpu_enable_fast_math), in AllocateFlags() 246 bool_setter_for(&DebugOptions::set_xla_cpu_fast_math_honor_nans), in AllocateFlags() 253 bool_setter_for(&DebugOptions::set_xla_cpu_fast_math_honor_infs), in AllocateFlags() [all …]
|
D | debug_options_flags.h | 34 DebugOptions GetDebugOptionsFromFlags(); 37 DebugOptions DefaultDebugOptionsIgnoringFlags();
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_compiler.cc | 442 DebugOptions* debug_options = in BuildXlaCompilerSubmodule() 493 py::class_<DebugOptions>(m, "DebugOptions") in BuildXlaCompilerSubmodule() 494 .def("__repr__", &DebugOptions::DebugString) in BuildXlaCompilerSubmodule() 496 &DebugOptions::xla_cpu_enable_fast_math, in BuildXlaCompilerSubmodule() 497 &DebugOptions::set_xla_cpu_enable_fast_math) in BuildXlaCompilerSubmodule() 499 &DebugOptions::xla_cpu_fast_math_honor_infs, in BuildXlaCompilerSubmodule() 500 &DebugOptions::set_xla_cpu_fast_math_honor_infs) in BuildXlaCompilerSubmodule() 502 &DebugOptions::xla_cpu_fast_math_honor_nans, in BuildXlaCompilerSubmodule() 503 &DebugOptions::set_xla_cpu_fast_math_honor_nans) in BuildXlaCompilerSubmodule() 505 &DebugOptions::xla_cpu_fast_math_honor_division, in BuildXlaCompilerSubmodule() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_runner_interface.cc | 24 const DebugOptions& debug_options) { in CreateModuleFromString() 34 const HloProto& proto, const DebugOptions& debug_options) { in HloProtoToModule() 47 const std::string& filename, const DebugOptions& debug_options) { in ReadModuleFromBinaryProtoFile() 56 const std::string& filename, const DebugOptions& debug_options) { in ReadModuleFromTextProtoFile() 65 const std::string& filename, const DebugOptions& debug_options) { in ReadModuleFromHloTextFile() 76 const std::string& filename, const DebugOptions& debug_options) { in ReadModuleFromModuleBinaryProtofile()
|
D | dump.h | 61 const DebugOptions& debug_options); 101 const DebugOptions& opts); 109 const DebugOptions& opts); 121 bool DumpingToStdout(const DebugOptions& opts);
|
D | hlo_runner_interface.h | 91 const absl::string_view hlo_string, const DebugOptions& debug_options); 96 const std::string& filename, const DebugOptions& debug_options); 98 const std::string& filename, const DebugOptions& debug_options); 104 const DebugOptions& debug_options); 109 const std::string& filename, const DebugOptions& debug_options);
|
D | hlo_graph_dumper_test.cc | 84 string graph, RenderGraph(*root_computation, /*label=*/"", DebugOptions(), in TEST_F() 123 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F() 142 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F() 161 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F()
|
D | dynamic_index_splitter_test.cc | 44 DebugOptions debug_options = config.debug_options(); in TEST_F() 82 DebugOptions debug_options = config.debug_options(); in TEST_F() 121 DebugOptions debug_options = config.debug_options(); in TEST_F()
|
D | hlo_module_config.h | 160 const DebugOptions& debug_options() const { return debug_options_; } in debug_options() 162 void set_debug_options(const DebugOptions& debug_options) { in set_debug_options() 274 DebugOptions debug_options_;
|
D | compiler.h | 93 const DebugOptions& debug_options() const { return debug_options_; } in debug_options() 94 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options() 127 DebugOptions debug_options_;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | debugger_state_interface.h | 73 const DebugOptions& options)> 91 static Status CreateState(const DebugOptions& debug_options, 101 const DebugOptions& options)> 109 const DebugOptions& options,
|
D | debugger_state_interface.cc | 64 const DebugOptions& debug_options, in CreateState() 85 const DebugOptions& options, in CreateDecorator()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debugger_state_impl.h | 28 DebuggerState(const DebugOptions& debug_options); 48 DebugGraphDecorator(const DebugOptions& debug_options) in DebugGraphDecorator() 56 DebugOptions debug_options_;
|
D | debug.cc | 29 const DebugOptions& options) { in CreateDebuggerState() 34 CreateDebugGraphDecorator(const DebugOptions& options) { in CreateDebugGraphDecorator()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | executable_build_options.h | 60 const DebugOptions& debug_options() const { return *debug_options_; } in debug_options() 61 DebugOptions* mutable_debug_options(); 145 absl::optional<DebugOptions> debug_options_;
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | reduction_dimension_grouper_test.cc | 33 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() 34 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
D | reduction_layout_normalizer_test.cc | 33 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() 34 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
D | gpu_copy_alone_test.cc | 31 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() 32 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
D | reduction_degenerate_dim_remover_test.cc | 36 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() 37 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
D | tree_reduction_rewriter_test.cc | 36 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() 37 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | testing.h | 35 const Shape& shape, Client* client, DebugOptions* debug_opts = nullptr); 44 DebugOptions* debug_opts = nullptr);
|
D | testing.cc | 63 const Shape& shape, Client* client, DebugOptions* debug_opts) { in MakeFakeDataViaDeviceOrDie() 80 const Shape& shape, Client* client, DebugOptions* debug_opts /*=nullptr*/) { in MakeFakeDataOrDie() 99 DebugOptions* debug_opts /*=nullptr*/) { in MakeFakeArgumentsOrDie()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.h | 79 const DebugOptions& debug_options, 183 const DebugOptions& debug_options, 187 Status DecorateAndPublishGraphForDebug(const DebugOptions& debug_options,
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_util.h | 67 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options);
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_vectorization_test.cc | 74 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() 75 DebugOptions debug_options = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|