Home
last modified time | relevance | path

Searched defs:max_iterations (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/include/
Dproc.h28 long iteration, max_iterations = (maxwait_s * 1000) / wait_step_ms; in tst_process_state_wait3() local
/external/tensorflow/tensorflow/core/grappler/inputs/
Dfile_input_yielder.cc36 size_t max_iterations) in FileInputYielder()
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.h228 max_iterations; // NOLINT: for compatibility with OSS benchmark library variable
Dtest_benchmark.cc316 State::State(size_t max_iterations, int formal_arg_count, std::vector<int> args) in State()
/external/adhd/cras/src/common/
Dcras_util.c232 const unsigned max_iterations = 4; in wait_for_dev_input_access() local
/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp468 const int max_iterations = options->MaxUnrollIterations; in visit_leave() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc1583 int64_t max_iterations) { in InferShapeForFunction()
1596 int64_t max_iterations) { in InferShapeForFunction()
1646 LogicalResult InferModuleShape(ModuleOp module, int64_t max_iterations) { in InferModuleShape()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc749 const int max_iterations = 15; in applyPatterns() local
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1895 const unsigned max_iterations = 256; in ReadFrameAddress() local
/external/igt-gpu-tools/tests/
Dperf.c2007 int max_iterations = (test_duration_ns / oa_period) + 2; in test_blocking() local
2166 int max_iterations = (test_duration_ns / oa_period) + 2; in test_polling() local
/external/ImageMagick/MagickCore/
Dquantize.c2439 const size_t number_colors,const size_t max_iterations,const double tolerance, in KmeansImage()
/external/ImageMagick/MagickWand/
Dmagick-image.c6783 const size_t number_colors,const size_t max_iterations, in MagickKmeansImage()