/aosp_15_r20/frameworks/libs/binary_translation/assembler/ |
D | gen_asm_tests_x86.py | 26 fast_mode = False variable 294 def _gen_att_assembler(file, insns, fast_mode): argument 316 file, arc_name, insn_name, insn_args, fast_mode): argument 423 def _gen_att_call_variants(file, call_args, fast_mode): argument 452 def _gen_arc_assembler(file, insn_kind, insns, fast_mode): argument 466 def _gen_arc_instruction_variants(file, arc_name, insn_args, fast_mode): argument
|
/aosp_15_r20/external/autotest/site_utils/ |
H A D | test_runner_utils.py | 214 results_directory, fast_mode, argument 261 fast_mode, argument 490 fast_mode, argument 786 fast_mode=False, argument
|
H A D | test_runner_utils_unittest.py | 100 fast_mode = False variable in TestRunnerUnittests
|
/aosp_15_r20/external/pytorch/torch/autograd/ |
H A D | gradcheck.py | 426 input: torch.Tensor, maybe_perturbed_input: Optional[torch.Tensor], fast_mode=False argument 615 def _with_prepare_inputs(fn, inputs, input_idx, input_to_perturb, fast_mode=False): argument 756 inputs, output, nondet_tol, check_grad_dtypes, fast_mode=False, v=None argument 2068 fast_mode, argument
|
/aosp_15_r20/external/autotest/server/ |
H A D | autoserv_utils.py | 28 fast_mode=False, argument
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | accelerate.cc | 52 bool fast_mode, in CheckCriteriaAndStretch()
|
H A D | time_stretch.cc | 26 bool fast_mode, in Process()
|
H A D | time_stretch_unittest.cc | 75 size_t TestAccelerate(size_t loops, bool fast_mode) { in TestAccelerate()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | intra_mode_search.c | 583 int fast_mode, RD_STATS *rd_stats) { in cfl_compute_rd() 634 int fast_mode = 1; in cfl_pick_plane_parameter() local 678 int fast_mode = 0; in cfl_pick_plane_rd() local
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_autograd.py | 5541 def check(fast_mode): argument 5577 def check(fast_mode, masked): argument 5609 def check(fast_mode): argument 5657 def check(fast_mode): argument 5763 def check(fast_mode): argument 5795 def check(fast_mode): argument 5818 def check(fast_mode): argument 5848 def check(fast_mode): argument 5959 def check(fast_mode): argument 5988 def check(fast_mode): argument [all …]
|
H A D | test_sparse.py | 5076 def test_gradcheck_mm(self, layout, dtype, device, masked, fast_mode): argument 5275 def test_as_sparse_gradcheck(self, layout, device, masked, fast_mode): argument
|
H A D | test_overrides.py | 912 def run_test(fast_mode): argument
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
H A D | winograd_implementations.hpp | 242 bool fast_mode, in get_implementation()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/assembly/ |
H A D | depthwise.hpp | 62 bool fast_mode = false; member
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 4173 int fast_mode; in itertools_count_impl() local
|