Home
last modified time | relevance | path

Searched defs:GetBegin (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dstrided_slice_checker.cc54 int StridedSliceChecker::GetBegin(const CNodePtr &strided_slice, std::vector<int> *begin) { in GetBegin() function in mindspore::opt::StridedSliceChecker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1572 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()