Home
last modified time | relevance | path

Searched refs:ref_options (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.cc182 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options) { in BuildXlaDebugOptions() argument
185 return ref_options; in BuildXlaDebugOptions()
188 options.set_xla_dump_to(SafeDebugPath(ref_options.xla_dump_to())); in BuildXlaDebugOptions()
189 options.set_xla_dump_hlo_as_proto(ref_options.xla_dump_hlo_as_proto()); in BuildXlaDebugOptions()
190 options.set_xla_dump_hlo_as_text(ref_options.xla_dump_hlo_as_text()); in BuildXlaDebugOptions()
191 options.set_xla_dump_hlo_snapshots(ref_options.xla_dump_hlo_snapshots()); in BuildXlaDebugOptions()
192 options.set_xla_dump_hlo_pass_re(ref_options.xla_dump_hlo_pass_re()); in BuildXlaDebugOptions()
194 ref_options.xla_dump_include_timestamp()); in BuildXlaDebugOptions()
195 options.set_xla_dump_max_hlo_modules(ref_options.xla_dump_max_hlo_modules()); in BuildXlaDebugOptions()
196 for (auto& pass : ref_options.xla_disable_hlo_passes()) { in BuildXlaDebugOptions()
Dxrt_util.h67 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options);
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc67 LocalClientOptions ref_options; in ClientLibraryTestBase() local
68 ref_options.set_platform(GetReferencePlatform()); in ClientLibraryTestBase()
69 ref_client_ = GetOrCreateLocalClientOrDie(ref_options); in ClientLibraryTestBase()
90 LocalClientOptions ref_options; in ClientLibraryTestBase() local
91 ref_options.set_platform(GetReferencePlatform()); in ClientLibraryTestBase()
92 ref_client_ = GetOrCreateLocalClientOrDie(ref_options); in ClientLibraryTestBase()