Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dge_adapter_info.h54 struct GeTensorInfo { struct
55 std::string op_type;
58 mindspore::HashMap<std::string, std::string> attr_map;
60 std::map<uint32_t, std::string> input_attr_map;
61 mindspore::HashMap<size_t, std::string> attr_input_map;
64 enum ParamMappingFlag : unsigned int {
72 mindspore::HashMap<int, Ms2GeParamInfo> input_idx_ms2ge;
73 mindspore::HashMap<int, Ms2GeParamInfo> output_idx_ms2ge;
74 std::unordered_map<size_t, size_t> ref_map_;
76 unsigned int input_mapping_flags = 0;
[all …]