Home
last modified time | relevance | path

Searched defs:Steps (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/pip_package/
DREADME.md6 ## Steps section in Building TensorFlow Lite Standalone Pip
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc145 void FileScanner::Steps(uint32_t n) { in Steps() function in perfetto::FileScanner
/external/python/cpython2/Doc/howto/
Dlogging.rst324 .. _logging-advanced-tutorial:
/external/python/cpython3/Doc/howto/
Dlogging.rst336 .. _logging-advanced-tutorial:
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h116 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, in ExecuteWorkListWithInitialState()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp165 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList()
285 unsigned Steps, in ExecuteWorkListWithInitialState()
/external/clang/lib/Parse/
DParseOpenMP.cpp424 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) { in parseDeclareSimdClauses()
510 SmallVector<Expr *, 4> Steps; in ParseOMPDeclareSimdClauses() local
/external/clang/include/clang/Sema/
DInitialization.h763 SmallVector<Step, 4> Steps; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp721 unsigned Steps = 0; in shouldTransformMulToShiftsAddsSubs() local
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp247 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
DSemaOpenMP.cpp3634 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR) { in ActOnOpenMPDeclareSimdDirective()