Home
last modified time | relevance | path

Searched refs:device_allowlist (Results 1 – 3 of 3) sorted by relevance

/external/icu/build/
Dicu.go30 device_allowlist := []string{
49 NotIn(device_allowlist...).
54 NotIn(device_allowlist...).
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc93 for (const auto& device : x.device_allowlist) { in IsCompatible()
94 if (y.device_allowlist.count(device) != 0) { in IsCompatible()
215 allowlisted_backend.insert(op_registration->device_allowlist.begin(), in RegisterCompilationKernels()
216 op_registration->device_allowlist.end()); in RegisterCompilationKernels()
251 op_registration->device_allowlist.find(backend.first) == in RegisterCompilationKernels()
252 op_registration->device_allowlist.end()) { in RegisterCompilationKernels()
496 registration_->device_allowlist.emplace(device); in Device()
504 registration_->device_allowlist.emplace(device); in Device()
Dxla_op_registry.h280 std::unordered_set<string> device_allowlist; member