Home
last modified time | relevance | path

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

/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm-interpreter.h163 Index maxLoopIterations; variable
185 Index maxLoopIterations = NO_LIMIT)
186 : maxDepth(maxDepth), maxLoopIterations(maxLoopIterations) {} in maxDepth()
271 if (maxLoopIterations != NO_LIMIT && in visitLoop()
272 ++loopCount >= maxLoopIterations) { in visitLoop()
1450 Index maxLoopIterations) in ConstantExpressionRunner() argument
1451 : ExpressionRunner<SubType>(maxDepth, maxLoopIterations), module(module), in ConstantExpressionRunner()
H A Dbinaryen-c.cpp4111 Index maxLoopIterations) in CExpressionRunner() argument
4113 module, flags, maxDepth, maxLoopIterations) {} in CExpressionRunner()
4133 BinaryenIndex maxLoopIterations) { in ExpressionRunnerCreate() argument
4135 new CExpressionRunner((Module*)module, flags, maxDepth, maxLoopIterations)); in ExpressionRunnerCreate()
H A Dbinaryen-c.h2525 BinaryenIndex maxLoopIterations);
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/mlmodel/proto/
H A DNeuralNetwork.proto738 * in that case the value of the "maxLoopIterations" field is ignored. Input must be a scalar.
739 …* (For description below, maxLoopIterations is assumed to be the value of the input, when its pres…
749 …n this case the layer corresponds to a pure for loop, which is run "maxLoopIterations" number of t…
752 * for loopIterator = 0 : maxLoopIterations
758 * "conditionNetwork" is present, and "maxLoopIterations" is 0 and there is no input,
769 * "conditionNetwork" is provided, and "maxLoopIterations" is positive or there is an input,
774 * while (conditionVar and loopIterator < maxLoopIterations):
785 uint64 maxLoopIterations = 1; field