Searched refs:attrs_ptr (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/ |
D | tbe_json_creator.cc | 300 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()
|
D | tbe_json_creator.h | 83 bool AttrsJsonPreProcessing(const AnfNodePtr &anf_node, std::vector<OpAttrPtr> *attrs_ptr,
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/ |
D | opinfo.h | 114 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/ |
D | aicpu_kernel_build.cc | 157 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/ |
D | tbe_kernel_build.cc | 549 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/ |
D | akg_kernel_json_generator.cc | 300 auto attrs = op_info->attrs_ptr(); in CreateAttrDescJson()
|