Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.cc300 auto attrs_ptr = op_info->attrs_ptr(); in GenAttrsJson() local
301 if (!AttrsJsonPreProcessing(anf_node, &attrs_ptr, attrs_json)) { in GenAttrsJson()
308 for (const auto &attr_ptr : attrs_ptr) { in GenAttrsJson()
531 …eJsonCreator::AttrsJsonPreProcessing(const AnfNodePtr &anf_node, std::vector<OpAttrPtr> *attrs_ptr, in AttrsJsonPreProcessing() argument
533 tbe::TbeAdapter::CastAttrJsonPrePass(anf_node, attrs_ptr, attrs_json); in AttrsJsonPreProcessing()
Dtbe_json_creator.h83 bool AttrsJsonPreProcessing(const AnfNodePtr &anf_node, std::vector<OpAttrPtr> *attrs_ptr,
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h114 for (const auto &attr : opinfo.attrs_ptr()) { in OpInfo()
137 std::vector<std::shared_ptr<OpAttr>> attrs_ptr() const { return attrs_ptr_; } in attrs_ptr() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_kernel_build.cc157 auto attrs_ptr = op_info_ptr->attrs_ptr(); in SetNodeAttr() local
161 for (const auto &attr_ptr : attrs_ptr) { in SetNodeAttr()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc549 auto attrs_ptr = op_info->attrs_ptr(); in GenTbeAttrJson() local
551 if (TbeAdapter::RunAttrPass(anf_node, attrs_ptr, attrs_json)) { in GenTbeAttrJson()
556 for (const auto &attr_ptr : attrs_ptr) { in GenTbeAttrJson()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc300 auto attrs = op_info->attrs_ptr(); in CreateAttrDescJson()