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.cc52 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options) { in BuildXlaDebugOptions() argument
55 return ref_options; in BuildXlaDebugOptions()
58 options.set_xla_dump_to(SafeDebugPath(ref_options.xla_dump_to())); in BuildXlaDebugOptions()
59 options.set_xla_dump_hlo_as_proto(ref_options.xla_dump_hlo_as_proto()); in BuildXlaDebugOptions()
60 options.set_xla_dump_hlo_as_text(ref_options.xla_dump_hlo_as_text()); in BuildXlaDebugOptions()
61 options.set_xla_dump_hlo_snapshots(ref_options.xla_dump_hlo_snapshots()); in BuildXlaDebugOptions()
62 options.set_xla_dump_hlo_pass_re(ref_options.xla_dump_hlo_pass_re()); in BuildXlaDebugOptions()
63 for (auto& pass : ref_options.xla_disable_hlo_passes()) { in BuildXlaDebugOptions()
Dxrt_util.h30 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()