Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/
Dtensor_data.h219 void SetIteration(unsigned int iteration) { this->iteration_ = iteration; } in SetIteration() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp854 for (int SetIteration = 0; SetIteration < 2; ++SetIteration) { in processMemAccesses() local