OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref_options
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xrt/
xrt_util.cc
52
xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions&
ref_options
) {
55
return
ref_options
;
58
options.set_xla_dump_to(SafeDebugPath(
ref_options
.xla_dump_to()));
59
options.set_xla_dump_hlo_as_proto(
ref_options
.xla_dump_hlo_as_proto());
60
options.set_xla_dump_hlo_as_text(
ref_options
.xla_dump_hlo_as_text());
61
options.set_xla_dump_hlo_snapshots(
ref_options
.xla_dump_hlo_snapshots());
62
options.set_xla_dump_hlo_pass_re(
ref_options
.xla_dump_hlo_pass_re());
63
for (auto& pass :
ref_options
.xla_disable_hlo_passes()) {
xrt_util.h
30
xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions&
ref_options
);
/external/tensorflow/tensorflow/compiler/xla/tests/
client_library_test_base.cc
67
LocalClientOptions
ref_options
;
local
68
ref_options
.set_platform(GetReferencePlatform());
69
ref_client_ = GetOrCreateLocalClientOrDie(
ref_options
);
90
LocalClientOptions
ref_options
;
local
91
ref_options
.set_platform(GetReferencePlatform());
92
ref_client_ = GetOrCreateLocalClientOrDie(
ref_options
);
Completed in 2397 milliseconds