Home
last modified time | relevance | path

Searched defs:type_map (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/aot/ir/
H A Dqcir_utils.cpp19 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 Doptimize.c143 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 Dschema_type_parser.cpp45 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 Dop_def_util.cc49 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 Dveridex.cc180 TypeMap type_map; in Run() local
322 TypeMap& type_map, in Resolve()
H A Dresolver.h38 TypeMap& type_map) in VeridexResolver()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_cooperative_matrix.c44 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 Dgen_format_map.py119 def parse_format_case(format, type_map): argument
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_format_table.py55 type_map = { variable
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/
Dgen_intrinsics.py147 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 Du_format_table.py52 type_map = { variable
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/
H A Dtracing_traits_generator.cc158 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 Dchecked.proto55 map<int64, Type> type_map = 3; field
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/
H A Dchecked.proto55 map<int64, Type> type_map = 3; field
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_list.cpp393 type_map = { in Run() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc814 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 Dxds_client.cc921 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 Dsema.h197 std::map<std::string, CddlType*> type_map; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp769 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 Dpython_arg_parser.cpp25 static std::unordered_map<std::string, ParameterType> type_map = { variable
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py2137 def to_gpu(obj, type_map=None): argument