Home
last modified time | relevance | path

Searched defs:SetOpSubgraphFunc (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mock/
Dtransform_mock.cc55 Status OpAdapterImpl::SetOpSubgraphFunc(const OperatorPtr &op, int index, in SetOpSubgraphFunc() function in mindspore::transform::OpAdapterImpl
60 Status OpAdapterImpl::SetOpSubgraphFunc(const OperatorPtr &op, const std::shared_ptr<std::vector<Df… in SetOpSubgraphFunc() function in mindspore::transform::OpAdapterImpl
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/transform/
Dutil.cc100 Status OpAdapterImpl::SetOpSubgraphFunc(const OperatorPtr &op, int index, in SetOpSubgraphFunc() function in mindspore::transform::OpAdapterImpl
105 Status OpAdapterImpl::SetOpSubgraphFunc(const OperatorPtr &op, const std::shared_ptr<std::vector<Df… in SetOpSubgraphFunc() function in mindspore::transform::OpAdapterImpl
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.cc285 Status OpAdapterImpl::SetOpSubgraphFunc(const OperatorPtr &op, int index, in SetOpSubgraphFunc() function in mindspore::transform::OpAdapterImpl
300 Status OpAdapterImpl::SetOpSubgraphFunc(const OperatorPtr &op, const std::shared_ptr<std::vector<Df… in SetOpSubgraphFunc() function in mindspore::transform::OpAdapterImpl
Dop_adapter.h318 Status SetOpSubgraphFunc(const OperatorPtr &op, std::shared_ptr<std::vector<DfGraph>> subgraphs) { in SetOpSubgraphFunc() function
326 …Status SetOpSubgraphFunc(const OperatorPtr &op, int index, const std::shared_ptr<std::vector<DfGra… in SetOpSubgraphFunc() function