Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/test/ut/src/
Dutils_test.cc60 auto input_kernels = kernel::LiteKernelUtil::SubgraphInputNodes(kernels); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dkernel_refcount.h88 const std::set<std::shared_ptr<KernelDef>> &input_kernels() { return input_kernels_; } in input_kernels() function
/third_party/mindspore/mindspore/lite/src/
Dscheduler.cc67 kernel::SubGraphKernel *CreateCustomSubGraph(std::vector<kernel::LiteKernel *> &&input_kernels, in CreateCustomSubGraph()
1132 …std::vector<kernel::LiteKernel *> input_kernels = kernel::LiteKernelUtil::SubgraphInputNodes(kerne… in CreateSubGraphKernel() local