Home
last modified time | relevance | path

Searched defs:execution_mode (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c678 unsigned execution_mode) in eval_const_unop()
690 unsigned execution_mode) in eval_const_binop()
735 unsigned num_replacements, unsigned execution_mode) in try_eval_const_alu()
827 unsigned execution_mode) in get_iteration()
899 bool invert_cond, unsigned execution_mode, in get_iteration_empirical()
938 bool invert_cond, unsigned execution_mode) in will_break_on_first_iteration()
958 unsigned execution_mode) in test_iterations()
1007 bool invert_cond, unsigned execution_mode, in calculate_iterations()
1223 find_trip_count(loop_info_state *state, unsigned execution_mode, in find_trip_count()
H A Dnir.h1375 nir_is_float_control_signed_zero_preserve(unsigned execution_mode, unsigned bit_size) in nir_is_float_control_signed_zero_preserve()
1383 nir_is_float_control_inf_preserve(unsigned execution_mode, unsigned bit_size) in nir_is_float_control_inf_preserve()
1391 nir_is_float_control_nan_preserve(unsigned execution_mode, unsigned bit_size) in nir_is_float_control_nan_preserve()
1399 nir_is_float_control_signed_zero_inf_nan_preserve(unsigned execution_mode, unsigned bit_size) in nir_is_float_control_signed_zero_inf_nan_preserve()
1407 nir_is_denorm_flush_to_zero(unsigned execution_mode, unsigned bit_size) in nir_is_denorm_flush_to_zero()
1415 nir_is_denorm_preserve(unsigned execution_mode, unsigned bit_size) in nir_is_denorm_preserve()
1423 nir_is_rounding_mode_rtne(unsigned execution_mode, unsigned bit_size) in nir_is_rounding_mode_rtne()
1431 nir_is_rounding_mode_rtz(unsigned execution_mode, unsigned bit_size) in nir_is_rounding_mode_rtz()
1439 nir_has_any_rounding_mode_rtz(unsigned execution_mode) in nir_has_any_rounding_mode_rtz()
1447 nir_has_any_rounding_mode_rtne(unsigned execution_mode) in nir_has_any_rounding_mode_rtne()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
H A Dresnet50_test.py91 def _apply(self, defun=False, execution_mode=None): argument
194 def _test_train(self, execution_mode=None): argument
299 execution_mode=None): argument
344 execution_mode=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dbenchmarks_test.py85 def run_benchmark(func, num_iters, execution_mode=None): argument
142 def _run(self, func, num_iters, execution_mode=None): argument
412 execution_mode=None): argument
449 execution_mode=None): argument
457 execution_mode=None): argument
470 execution_mode=None): argument
481 def _benchmark_defun_args_matmul(self, m, num_iters, execution_mode=None): argument
507 execution_mode=None): argument
909 execution_mode=None, argument
961 def _benchmark_tf_tensordot(self, device=CPU, execution_mode=None): argument
[all …]
H A Dbenchmarks_test_base.py37 num_iters_xprof, execution_mode, suid): argument
49 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument
H A Dremote_benchmarks_test.py40 def run_benchmark(func, num_iters, execution_mode=None): argument
82 def _run(self, func, num_iters=1000, execution_mode=context.ASYNC): argument
H A Dcontext.py398 execution_mode=None, argument
1018 def execution_mode(self): member in Context
1023 def execution_mode(self, mode): member in Context
2429 def execution_mode(mode): function
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dtask_scheduler_impl_unittest.cc64 test::ExecutionMode execution_mode; member
136 test::ExecutionMode execution_mode, in CreateTaskRunnerWithTraitsAndExecutionMode()
159 test::ExecutionMode execution_mode) in ThreadPostingTasks()
195 for (test::ExecutionMode execution_mode : execution_modes) { in GetTraitsExecutionModePairs() local
H A Dscheduler_worker_pool_unittest.cc52 test::ExecutionMode execution_mode; member
64 test::ExecutionMode execution_mode, in ThreadPostingTasks()
H A Dtask_tracker.cc41 const char* execution_mode, in TaskTracingInfo()
508 const char* const execution_mode = in RunOrSkipTask() local
H A Dtest_utils.cc27 test::ExecutionMode execution_mode) { in CreateTaskRunnerWithExecutionMode()
H A Dtest_task_factory.cc22 ExecutionMode execution_mode) in TestTaskFactory()
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_pool_impl_unittest.cc75 TaskSourceExecutionMode execution_mode; member
178 TaskSourceExecutionMode execution_mode, in CreateTaskRunnerAndExecutionMode()
204 TaskSourceExecutionMode execution_mode) in ThreadPostingTasks()
244 for (TaskSourceExecutionMode execution_mode : execution_modes) { in GetTraitsExecutionModePairs() local
417 TaskSourceExecutionMode execution_mode, in CreateSequencedTaskRunnerAndExecutionMode()
H A Dtest_utils.cc111 TaskSourceExecutionMode execution_mode) { in CreateSequenceWithTask()
121 TaskSourceExecutionMode execution_mode, in CreatePooledTaskRunnerWithExecutionMode()
H A Dtest_task_factory.cc22 TaskSourceExecutionMode execution_mode) in TestTaskFactory()
H A Dthread_group_unittest.cc65 TaskSourceExecutionMode execution_mode, in ThreadPostingTasks()
171 TaskSourceExecutionMode execution_mode() const { return GetParam(); } in execution_mode() function in base::internal::__anon4b5422c40111::ThreadGroupTestAllExecutionModes
H A Dtask_source.cc66 TaskSourceExecutionMode execution_mode) in TaskSource()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_tf_functions.cc81 TfFunctionExecutionMode execution_mode; // execution mode. member
146 int32_t execution_mode = mode_metrics.first; in CombineTfFunction() local
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c230 unsigned execution_mode, in vtn_nir_alu_op_for_spirv_glsl_opcode()
631 unsigned execution_mode = in handle_glsl450_alu() local
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_shader.c214 unsigned execution_mode = s->info.float_controls_execution_mode; in GENX() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/benchmarks/
H A Dkpi_benchmark_test.py46 def _run_benchmark(func, num_iters, execution_mode=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dbenchmarks_test.py72 def _run(self, func, num_iters, execution_mode=None): argument
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4_visitor.cpp1351 elk_rnd_mode_from_execution_mode(unsigned execution_mode) in elk_rnd_mode_from_execution_mode()
1363 unsigned execution_mode = this->nir->info.float_controls_execution_mode; in emit_shader_float_controls_execution_mode() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_opt.cpp485 unsigned execution_mode = s.nir->info.float_controls_execution_mode; in brw_fs_opt_remove_extra_rounding_modes() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_test_utils.cc99 absl::string_view execution_mode, in CreateTfFunctionCallEvent()

123