/aosp_15_r20/external/executorch/backends/qualcomm/aot/ir/ |
H A D | qcir_utils.cpp | 19 static const std::unordered_map<Qnn_TensorType_t, qcir::TensorType> type_map{ in ToTensorType() local 32 static const std::unordered_map<qcir::TensorType, Qnn_TensorType_t> type_map{ in ToTensorType() local 46 static const std::unordered_map<Qnn_DataType_t, qcir::DataType> type_map{ in ToDataType() local 75 static const std::unordered_map<qcir::DataType, Qnn_DataType_t> type_map{ in ToDataType() local 112 type_map{ in ToQuantizeParam() local 186 type_map{ in ToQuantizeParam() local
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | optimize.c | 143 static void destroy_type_map(const policydb_t *p, struct type_vec *type_map) in destroy_type_map() 205 const struct type_vec *type_map, in is_avrule_redundant() 263 const struct type_vec *type_map) in is_cond_rule_redundant() 300 static void optimize_avtab(policydb_t *p, const struct type_vec *type_map) in optimize_avtab() 329 policydb_t *p, const struct type_vec *type_map) in optimize_cond_av_list() 378 static void optimize_cond_avtab(policydb_t *p, const struct type_vec *type_map) in optimize_cond_avtab() 447 struct type_vec *type_map; in policydb_optimize() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | schema_type_parser.cpp | 45 static std::unordered_map<std::string, TypePtr> type_map = { in parseBaseType() local 171 static std::unordered_map<std::string, at::ScalarType> type_map = { in parseTensorDType() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | op_def_util.cc | 49 static auto* type_map = new std::map<std::string, AttributeType>( in AttributeTypeNameMap() local 312 const auto* type_map = AttributeTypeNameMap(); in AttributeTypeFromName() local
|
/aosp_15_r20/art/tools/veridex/ |
H A D | veridex.cc | 180 TypeMap type_map; in Run() local 322 TypeMap& type_map, in Resolve()
|
H A D | resolver.h | 38 TypeMap& type_map) in VeridexResolver()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_lower_cooperative_matrix.c | 44 radv_nir_translate_matrix_type(const struct glsl_type *orig_type, struct hash_table *type_map, unsi… in radv_nir_translate_matrix_type() 106 struct hash_table *type_map = _mesa_pointer_hash_table_create(NULL); in radv_nir_lower_cooperative_matrix() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | gen_format_map.py | 119 def parse_format_case(format, type_map): argument
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/ |
H A D | u_format_table.py | 55 type_map = { variable
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/ |
D | gen_intrinsics.py | 147 def _get_semantic_player_type(arg_type, type_map): argument 220 def _is_simd128_conversion_required(t, type_map=None): argument
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | u_format_table.py | 52 type_map = { variable
|
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/ |
H A D | tracing_traits_generator.cc | 158 absl::flat_hash_map<BaseType, std::string> type_map = { in main() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/googleapis/src/main/proto/google/api/expr/v1alpha1/ |
H A D | checked.proto | 55 map<int64, Type> type_map = 3; field
|
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/ |
H A D | checked.proto | 55 map<int64, Type> type_map = 3; field
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_list.cpp | 393 type_map = { in Run() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client.cc | 814 auto& type_map = type_it->second; in ParseResource() local 1691 auto& type_map = type_it->second; in CancelResourceWatch() local
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_client.cc | 921 auto& type_map = type_it->second; in ParseResource() local 1819 auto& type_map = type_it->second; in CancelResourceWatch() local
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | sema.h | 197 std::map<std::string, CddlType*> type_map; member
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | ir.cpp | 769 void Block::remapTypes(const std::function<TypePtr(TypePtr)>& type_map) { in remapTypes() 792 void Graph::remapTypes(const std::function<TypePtr(TypePtr)>& type_map) { in remapTypes()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | python_arg_parser.cpp | 25 static std::unordered_map<std::string, ParameterType> type_map = { variable
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_utils.py | 2137 def to_gpu(obj, type_map=None): argument
|