Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h158 void add_inputs_ptr(const std::shared_ptr<OpIOInfo> &input) { inputs_ptr_.push_back(input); } in add_inputs_ptr() function
Doplib.cc342 op_info->add_inputs_ptr(op_io); in DecodeInputOutput()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc493 op_info_new->add_inputs_ptr(input_new); in CreateNewOpInfo()
559 op_info_new->add_inputs_ptr(input_new); in CreateNewOpInfo()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc67 op_info->add_inputs_ptr(io_info); in ExtractInputs()
74 op_info->add_inputs_ptr(io_info); in ExtractInputs()