Searched refs:ref_options (Results 1 – 3 of 3) sorted by relevance
52 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options) { in BuildXlaDebugOptions() argument55 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()
30 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()