Home
last modified time | relevance | path

Searched defs:ExtractInputs (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/symbol_engine/
Dsymbol_engine_impl.cc88 std::pair<PrimitivePtr, AbstractBasePtrList> ExtractInputs() override { in ExtractInputs() function in mindspore::symshape::ControlFlowJoinNode
166 std::pair<PrimitivePtr, AbstractBasePtrList> ExtractInputs() override { in ExtractInputs() function in mindspore::symshape::JFuncCaller
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dbasic_op_infer_shape.cc131 void ExtractInputs(const CNodePtr &cnode, std::vector<TensorPtr> *inputs_holder, std::vector<lite::… in ExtractInputs() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/
Dgraph_kernel_json_generator.cc183 void ExtractInputs(const OpInfoPtr &op_info) const { in ExtractInputs() function in mindspore::graphkernel::__anondc7c3e6c0111::OpInfoExtractor