Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h159 void add_outputs_ptr(const std::shared_ptr<OpIOInfo> &output) { outputs_ptr_.push_back(output); } in add_outputs_ptr() function
Doplib.cc344 op_info->add_outputs_ptr(op_io); in DecodeInputOutput()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc499 op_info_new->add_outputs_ptr(output_new); in CreateNewOpInfo()
564 op_info_new->add_outputs_ptr(output_new); in CreateNewOpInfo()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc84 op_info->add_outputs_ptr(io_info); in ExtractOutputs()