Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A 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 …]
H A Ddecompose_resource_ops_pass.cc90 int max_iterations) { in ApplyPatternsLocallyUntilConverged()
114 ModuleOp module, FrozenRewritePatternSet& patterns, int max_iterations) { in ApplyPatternsInClusterAndReachableFunctions()
H A Dcluster_ops_by_policy.cc503 constexpr int max_iterations = 100; in FindClustersInTheBlock() local
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp227 int max_iterations,double improvement_requirement) in db_RobCamRotation_Polish()
568 int max_iterations,double improvement_requirement) in db_RobCamRotation_Polish_Generic()
623 void db_RobImageHomography( in db_RobImageHomography()
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/include/
H A Dproc.h28 long iteration, max_iterations = (maxwait_s * 1000) / wait_step_ms; in tst_process_state_wait3() local
/aosp_15_r20/external/ltp/testcases/kernel/mem/hugetlb/hugefallocate/
H A Dhugefallocate02.c33 unsigned long max_iterations; in run_test() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/inputs/
H A Dfile_input_yielder.cc36 size_t max_iterations) in FileInputYielder()
/aosp_15_r20/device/google/contexthub/firmware/os/algos/common/math/
Dlevenberg_marquardt.h55 uint32_t max_iterations; member
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp149 int max_iterations, in Init()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlegalize_tf.cc922 const int max_iterations = 15; in applyPatterns() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A 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
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifilogger_event_defs.h204 u32 max_iterations; member
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifilogger_event_defs.h208 u32 max_iterations; member
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc3585 constexpr int max_iterations = 10; in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Ddot_handler.cc448 int64_t max_iterations = INT64_MAX, in GetWindowedEinsumConfiguration()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs9562 pub max_iterations: Option<u32>, field