Home
last modified time | relevance | path

Searched refs:kMaximumPropagationRounds (Results 1 – 1 of 1) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Transforms/
H A DInferQuantizedTypesPass.cpp97 static const int kMaximumPropagationRounds = 1000; variable
130 for (propRound = kMaximumPropagationRounds; propRound > 0; --propRound) { in runWithConfig()