Home
last modified time | relevance | path

Searched refs:DebugOptions (Results 1 – 25 of 81) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/
Ddebug_options_flags.cc30 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 …]
Ddebug_options_flags.h34 DebugOptions GetDebugOptionsFromFlags();
37 DebugOptions DefaultDebugOptionsIgnoringFlags();
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc442 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/
Dhlo_runner_interface.cc24 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()
Ddump.h61 const DebugOptions& debug_options);
101 const DebugOptions& opts);
109 const DebugOptions& opts);
121 bool DumpingToStdout(const DebugOptions& opts);
Dhlo_runner_interface.h91 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);
Dhlo_graph_dumper_test.cc84 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()
Ddynamic_index_splitter_test.cc44 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()
Dhlo_module_config.h160 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_;
Dcompiler.h93 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/
Ddebugger_state_interface.h73 const DebugOptions& options)>
91 static Status CreateState(const DebugOptions& debug_options,
101 const DebugOptions& options)>
109 const DebugOptions& options,
Ddebugger_state_interface.cc64 const DebugOptions& debug_options, in CreateState()
85 const DebugOptions& options, in CreateDecorator()
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.h28 DebuggerState(const DebugOptions& debug_options);
48 DebugGraphDecorator(const DebugOptions& debug_options) in DebugGraphDecorator()
56 DebugOptions debug_options_;
Ddebug.cc29 const DebugOptions& options) { in CreateDebuggerState()
34 CreateDebugGraphDecorator(const DebugOptions& options) { in CreateDebugGraphDecorator()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h60 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/
Dreduction_dimension_grouper_test.cc33 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest()
34 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
Dreduction_layout_normalizer_test.cc33 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest()
34 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
Dgpu_copy_alone_test.cc31 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest()
32 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
Dreduction_degenerate_dim_remover_test.cc36 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest()
37 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
Dtree_reduction_rewriter_test.cc36 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest()
37 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.h35 const Shape& shape, Client* client, DebugOptions* debug_opts = nullptr);
44 DebugOptions* debug_opts = nullptr);
Dtesting.cc63 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/
Dgraph_mgr.h79 const DebugOptions& debug_options,
183 const DebugOptions& debug_options,
187 Status DecorateAndPublishGraphForDebug(const DebugOptions& debug_options,
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.h67 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_vectorization_test.cc74 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest()
75 DebugOptions debug_options = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()

1234