Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dgraph_kernel_build.h51 std::shared_ptr<SplitSchemer> GetSplitSchema(const std::string &) override { in GetSplitSchema() function
60 std::shared_ptr<SplitSchemer> GetSplitSchema(const std::string &) override { in GetSplitSchema() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dgraph_kernel_splitter_lite.cc31 SplitSchemerPtr GraphKernelSplitterWithTuning::GetSplitSchema(const std::string &processor) { in GetSplitSchema() function in mindspore::graphkernel::GraphKernelSplitterWithTuning
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dgraph_kernel_splitter_with_py.cc389 std::shared_ptr<SplitSchemer> GraphKernelSplitterWithPy::GetSplitSchema(const std::string &processo… in GetSplitSchema() function in mindspore::graphkernel::GraphKernelSplitterWithPy
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_kernel_splitter.cc615 std::shared_ptr<SplitSchemer> GraphKernelSplitter::GetSplitSchema(const std::string &processor) { in GetSplitSchema() function in mindspore::graphkernel::GraphKernelSplitter