Searched defs:set_platform (Results 1 – 5 of 5) sorted by relevance
42 BackendOptions& BackendOptions::set_platform(se::Platform* platform) { in set_platform() function in xla::BackendOptions
100 ServiceOptions& ServiceOptions::set_platform(se::Platform* platform) { in set_platform() function in xla::ServiceOptions
36 LocalClientOptions& LocalClientOptions::set_platform(se::Platform* platform) { in set_platform() function in xla::LocalClientOptions
170 CJS_Result CJS_App::set_platform(CJS_Runtime* pRuntime, in set_platform() function in CJS_App
1464 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()