/aosp_15_r20/external/libvpx/tools/3D-Reconstruction/MotionEST/ |
H A D | SearchSmooth.py | 30 def __init__(self, cur_f, ref_f, blk_size, search, max_iter=100): argument 135 def __init__(self, cur_f, ref_f, blk_size, search, beta, max_iter=100): argument
|
H A D | HornSchunck.py | 30 def __init__(self, cur_f, ref_f, blk_sz, alpha, sigma, max_iter=100): argument
|
H A D | Anandan.py | 31 def __init__(self, cur_f, ref_f, blk_sz, beta, k1, k2, k3, max_iter=100): argument
|
H A D | Exhaust.py | 165 max_iter=100, argument
|
/aosp_15_r20/external/sandboxed-api/contrib/pffft/ |
H A D | main_pffft_sandboxed.cc | 54 float t1, int max_iter) { in ShowOutput() 108 int max_iter = 5120000 / n * 4; in PffftMain() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | ops.cc | 235 bool sort_eigenvalues) -> std::pair<XlaOp, XlaOp> { in BuildOpsSubmodule() 410 float epsilon) -> std::tuple<XlaOp, XlaOp, XlaOp> { in BuildOpsSubmodule()
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorReductionGpu.h | 170 Index max_iter = numext::mini<Index>(num_coeffs - first_index, NumPerThread*BlockSize); in FullReductionKernel() local 295 const Index max_iter = in FullReductionKernelHalfFloat() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | eigh_expander.cc | 429 XlaOp EighExpander::BuildEigh(XlaOp a, bool lower, int64_t max_iter, float tol, in BuildEigh() 573 int64_t max_iter; in ExpandInstruction() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/ |
H A D | Tunable.cpp | 452 void TuningContext::SetMaxTuningIterations(int max_iter) { in SetMaxTuningIterations() 478 void TuningContext::SetMaxWarmupIterations(int max_iter) { in SetMaxWarmupIterations()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | mps_test_allocator.cpp | 32 size_t max_iter = 100000; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/sparse/ |
H A D | conjugate_gradient.py | 37 max_iter=20, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | xla_self_adjoint_eig_op.cc | 53 int max_iter = 2 * tensorflow::Log2Ceiling(n); in Compile() local
|
H A D | xla_svd_op.cc | 69 int max_iter = 2 * tensorflow::Log2Ceiling(std::max(m, n)); in Compile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | self_adjoint_eig.cc | 39 SelfAdjointEigResult SelfAdjointEig(XlaOp a, bool lower, int64_t max_iter, in SelfAdjointEig()
|
H A D | svd.cc | 823 SVDResult SVD(XlaOp a, int64_t max_iter, float epsilon, in SVD()
|
/aosp_15_r20/external/eigen/demos/mandelbrot/ |
H A D | mandelbrot.h | 25 int id, max_iter; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
H A D | xla.py | 355 def self_adjoint_eig(a, lower, max_iter, epsilon): argument 359 def svd(a, max_iter, epsilon, precision_config=None): argument
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/experimental/ |
H A D | adaround_optimization.py | 31 max_iter=10000, argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/tr1/ |
D | riemann_zeta.tcc | 79 const unsigned int max_iter = 10000; in __riemann_zeta_sum() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
D | riemann_zeta.tcc | 79 const unsigned int max_iter = 10000; in __riemann_zeta_sum() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | non_greedy_mv_test.cc | 139 int alpha = 100, max_iter = 100; in TEST() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_partition_tables.cpp | 384 unsigned int max_iter = can_omit_partitionings ? 1 : 2; in build_partition_table_for_one_partition_count() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_loop_unroll.c | 905 unsigned max_iter = shader->options->max_unroll_iterations; in check_unrolling_restrictions() local
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/ |
H A D | lbfgs.cpp | 427 auto max_iter = options.max_iter(); in step() local
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | heapprofd_end_to_end_test.cc | 227 ssize_t max_iter = -1) { in ContinuousMalloc() 266 ssize_t max_iter = -1) { in ForkContinuousAlloc()
|