Home
last modified time | relevance | path

Searched refs:GetCompilationDevice (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Ddevice_util.h125 DeviceRegistration* GetCompilationDevice(DeviceId device) const { in GetCompilationDevice() function
129 StatusOr<DeviceRegistration*> GetCompilationDevice(absl::string_view name) { in GetCompilationDevice() function
131 return GetCompilationDevice(device_id); in GetCompilationDevice()
H A Dmark_for_compilation_pass.cc620 device_info_cache->GetCompilationDevice(n.assigned_device_name())); in IgnoreResourceOpForSafetyAnalysis()
1303 if (!XlaOpRegistry::GetCompilationDevice(device_type.type(), in FindCompilationCandidates()
1760 device_info_cache_.GetCompilationDevice(chosen_device); in ShouldCompileClusterImpl()
H A Dxla_platform_info.cc106 if (!XlaOpRegistry::GetCompilationDevice(platform_info.device_type().type(), in BuildXlaCompilationCache()
H A Ddevice_util.cc70 if (!XlaOpRegistry::GetCompilationDevice(device_type->type(), in GetIdFor()
H A Dpartially_decluster_pass.cc239 if (XlaOpRegistry::GetCompilationDevice(device_type.type(), &registration)) { in IsMustCompileDevice()
H A Dbuild_xla_ops_pass.cc289 device_info_cache.GetCompilationDevice(device); in DeviceRequiresCompilation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.h166 static bool GetCompilationDevice(const string& device_name,
H A Dxla_op_registry.cc144 /* static */ bool XlaOpRegistry::GetCompilationDevice( in GetCompilationDevice() function in tensorflow::XlaOpRegistry