Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc99 auto op_attr = std::make_shared<OpAttr>(); in ExtractAttrs() local
257 const OpAttrPtr &op_attr, nlohmann::json *attr_json, in GetAttrJson()
315 for (const auto &op_attr : attrs) { in CreateAttrDescJson() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Doplib.cc259 std::shared_ptr<OpAttr> op_attr = std::make_shared<OpAttr>(); in DecodeAttr() local