Home
last modified time | relevance | path

Searched refs:attr_descs (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc155 std::vector<nlohmann::json> attr_descs = attrs_json[kJsonKeyAttr]; in DecodeAttrs() local
156 for (const auto &attr_desc : attr_descs) { in DecodeAttrs()