HomeSort by relevance Sort by last modified time
    Searched refs:device_whitelist (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/common_lib/cros/tendo/
buffet_config.py 87 device_whitelist=None,
94 self.device_whitelist = device_whitelist
135 if self.device_whitelist:
136 flags['BUFFET_DEVICE_WHITELIST'] = ','.join(self.device_whitelist)
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_registry.cc 87 for (const auto& device : x.device_whitelist) {
88 if (y.device_whitelist.count(device) != 0) {
204 whitelisted_backend.insert(op_registration->device_whitelist.begin(),
205 op_registration->device_whitelist.end());
240 op_registration->device_whitelist.find(backend.first) ==
241 op_registration->device_whitelist.end()) {
475 registration_->device_whitelist.emplace(device);
483 registration_->device_whitelist.emplace(device);
xla_op_registry.h 225 std::unordered_set<string> device_whitelist; member in struct:tensorflow::XlaOpRegistry::OpRegistration
241 // allow_resource_types and allow_variant_types; use a device_whitelist; and

Completed in 51 milliseconds