Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Doptimize.c134 static void destroy_type_map(const policydb_t *p, struct type_vec *type_map) in destroy_type_map()
191 const struct type_vec *type_map, in is_avrule_redundant()
249 const struct type_vec *type_map) in is_cond_rule_redundant()
286 static void optimize_avtab(policydb_t *p, const struct type_vec *type_map) in optimize_avtab()
315 policydb_t *p, const struct type_vec *type_map) in optimize_cond_av_list()
364 static void optimize_cond_avtab(policydb_t *p, const struct type_vec *type_map) in optimize_cond_avtab()
433 struct type_vec *type_map; in policydb_optimize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_format_map.py118 def parse_format_case(format, type_map): argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dgen_format_map.py119 def parse_format_case(format, type_map): argument
/third_party/mesa3d/src/util/format/
Du_format_table.py53 type_map = { variable
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_util.cc36 std::map<int, TypeId> type_map = { variable
/third_party/mindspore/mindspore/core/ir/
Ddtype_extends.cc274 static std::map<std::string, TypePtr> type_map = {{"None", std::make_shared<TypeNone>()}, in GetTypeByFullString() local
301 … std::map<std::string, std::function<TypePtr(const std::string &type_name)>, name_cmp> type_map = { in GetTypeByStringStarts() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc236 bool CheckHitTargetDtype(const std::map<TypeId, TypeId> &type_map, const TypeId &in_dtype, const Ty… in CheckHitTargetDtype() argument
255 const std::map<TypeId, TypeId> &type_map) { in TagRaiseReduce() argument
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Ddo_signature.cc33 const std::map<TypeId, size_t> type_map = {{kNumberTypeBool, 1}, {kNumberTypeInt8, 2}, {kNumb… variable
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc30 const std::map<TypeId, size_t> type_map = { variable
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc540 static std::unordered_map<int, onnx::TensorProto_DataType> type_map = { in GetOnnxDataType() local