Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops_pass.cc90 int max_iterations) { in ApplyPatternsLocallyUntilConverged()
114 ModuleOp module, FrozenRewritePatternSet& patterns, int max_iterations) { in ApplyPatternsInClusterAndReachableFunctions()
Dshape_inference.cc1077 int64_t max_iterations) { in InferShapeForDatasetOpCommon()
1120 int64_t max_iterations) { in InferShapeForMapDataset()
1134 int64_t max_iterations) { in InferShapeForTakeWhileDataset()
1148 int64_t max_iterations) { in InferShapeForReduceDataset()
2029 int64_t max_iterations) { in InferShapeForSingleOperation()
2182 int64_t max_iterations) { in PropagateShapeToFunctions()
2229 TypeRange input_types, ArrayRef<Region*> regions, int64_t max_iterations) { in PropagateShapeToRegions()
2373 Operation* op, int64_t max_iterations) { in PropagateShapeIntoAttachedFunctions()
2456 Operation* op, int64_t max_iterations) { in PropagateShapeIntoAttachedRegions()
2608 Region* region, int64_t max_iterations) { in InferShapeUntilFixPoint()
[all …]
Dcluster_ops_by_policy.cc503 constexpr int max_iterations = 100; in FindClustersInTheBlock() local
/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/ltp/testcases/kernel/mem/hugetlb/hugefallocate/
Dhugefallocate02.c33 unsigned long max_iterations; in run_test() local
/external/tensorflow/tensorflow/core/grappler/inputs/
Dfile_input_yielder.cc36 size_t max_iterations) in FileInputYielder()
/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp468 const int max_iterations = options->MaxUnrollIterations; in visit_leave() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc922 const int max_iterations = 15; in applyPatterns() 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/tensorflow/tensorflow/core/transforms/constant_folding/
Dpass.cc3585 constexpr int max_iterations = 10; in runOnOperation() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc448 int64_t max_iterations = INT64_MAX, in GetWindowedEinsumConfiguration()
/external/ImageMagick/MagickWand/
Dmagick-image.c6783 const size_t number_colors,const size_t max_iterations, in MagickKmeansImage()