Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc151 if (attrs_json.find(kJsonKeyAttr) == attrs_json.end() || attrs_json[kJsonKeyAttr].is_null()) { in DecodeAttrs()
155 std::vector<nlohmann::json> attr_descs = attrs_json[kJsonKeyAttr]; in DecodeAttrs()
Dakg_kernel_json_generator.h32 constexpr auto kJsonKeyAttr = "attr"; variable
Dakg_kernel_json_generator.cc493 (*node_json)[kJsonKeyAttr] = attrs_json; in GenerateSingleKernelJson()