Searched refs:ref_options (Results 1 – 3 of 3) sorted by relevance
182 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options) { in BuildXlaDebugOptions() argument185 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()
67 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options);
67 LocalClientOptions ref_options; in ClientLibraryTestBase() local68 ref_options.set_platform(GetReferencePlatform()); in ClientLibraryTestBase()69 ref_client_ = GetOrCreateLocalClientOrDie(ref_options); in ClientLibraryTestBase()90 LocalClientOptions ref_options; in ClientLibraryTestBase() local91 ref_options.set_platform(GetReferencePlatform()); in ClientLibraryTestBase()92 ref_client_ = GetOrCreateLocalClientOrDie(ref_options); in ClientLibraryTestBase()