/external/tensorflow/tensorflow/python/ops/ |
image_grad.py | 82 allowed_types = [dtypes.float32, dtypes.float64] 84 if op.inputs[0].dtype in allowed_types: 113 allowed_types = [dtypes.float16, dtypes.float32, dtypes.float64] 114 if op.inputs[0].dtype in allowed_types:
|
gradient_checker.py | 220 allowed_types = [dtypes.float16, dtypes.bfloat16, dtypes.float32, 222 assert t.base_dtype in allowed_types, "Don't support type %s for x" % t.name 224 assert t2.base_dtype in allowed_types, "Don't support type %s for y" % t2.name
|
/external/clang/docs/tools/ |
dump_ast_matchers.py | 131 def act_on_decl(declaration, comment, allowed_types): 134 If 'allowed_types' is set, it contains a list of node types the matcher 202 if allowed_types and allowed_types != result_types: 244 if not allowed_types: 246 result_types = allowed_types 339 allowed_types = [] variable 345 act_on_decl(declaration, comment, allowed_types) 348 allowed_types = [] variable 353 allowed_types += [m.group(1) 368 allowed_types = [] variable [all...] |
/system/update_engine/ |
connection_manager.cc | 60 set<string> allowed_types; local 73 if (device_policy->GetAllowedConnectionTypesForUpdate(&allowed_types)) { 76 if (!base::ContainsKey(allowed_types, shill::kTypeCellular)) {
|
common_service.cc | 261 set<string> allowed_types; local 276 device_policy->GetAllowedConnectionTypesForUpdate(&allowed_types)) {
|
/system/update_engine/update_manager/ |
real_device_policy_provider.cc | 130 set<ConnectionType>* allowed_types) const { 136 allowed_types->clear(); 141 allowed_types->insert(type);
|
real_device_policy_provider.h | 141 std::set<chromeos_update_engine::ConnectionType>* allowed_types) const;
|
/external/vulkan-validation-layers/layers/ |
parameter_validation.h | 537 * @param allowed_types Array of strcuture types allowed for pNext. 543 const VkStructureType *allowed_types, uint32_t header_version, 564 const VkStructureType *start = allowed_types; 565 const VkStructureType *end = allowed_types + allowed_type_count; [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
parameter_validation_utils.h | 475 * @param allowed_types Array of strcuture types allowed for pNext. 481 const VkStructureType *allowed_types, uint32_t header_version) { 496 const VkStructureType *start = allowed_types; 497 const VkStructureType *end = allowed_types + allowed_type_count; [all...] |