Home
last modified time | relevance | path

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

12

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_constant_expressions.c566 UNUSED unsigned execution_mode) in evaluate_amul()
675 UNUSED unsigned execution_mode) in evaluate_b16all_fequal16()
844 UNUSED unsigned execution_mode) in evaluate_b16all_fequal2()
1013 UNUSED unsigned execution_mode) in evaluate_b16all_fequal3()
1182 UNUSED unsigned execution_mode) in evaluate_b16all_fequal4()
1351 UNUSED unsigned execution_mode) in evaluate_b16all_fequal8()
1520 UNUSED unsigned execution_mode) in evaluate_b16all_iequal16()
1825 UNUSED unsigned execution_mode) in evaluate_b16all_iequal2()
2102 UNUSED unsigned execution_mode) in evaluate_b16all_iequal3()
2381 UNUSED unsigned execution_mode) in evaluate_b16all_iequal4()
[all …]
/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test_base.py41 num_iters_xprof, execution_mode, suid): argument
53 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument
Dremote_benchmarks_test.py45 def run_benchmark(func, num_iters, execution_mode=None): argument
87 def _run(self, func, num_iters=1000, execution_mode=context.ASYNC): argument
Dbenchmarks_test.py95 def run_benchmark(func, num_iters, execution_mode=None): argument
152 def _run(self, func, num_iters, execution_mode=None): argument
417 execution_mode=None): argument
454 execution_mode=None): argument
462 execution_mode=None): argument
475 execution_mode=None): argument
486 def _benchmark_defun_args_matmul(self, m, num_iters, execution_mode=None): argument
512 execution_mode=None): argument
913 execution_mode=None, argument
965 def _benchmark_tf_tensordot(self, device=CPU, execution_mode=None): argument
[all …]
Dcontext.py355 execution_mode=None, argument
893 def execution_mode(self): member in Context
898 def execution_mode(self, mode): member in Context
2154 def execution_mode(mode): function
/external/tensorflow/tensorflow/python/keras/benchmarks/
Deager_microbenchmarks_test.py31 def _run_benchmark(func, num_iters, execution_mode=None): argument
50 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument
91 def _run(self, func, num_iters, execution_mode=None): argument
Dmodel_components_benchmarks_test.py87 def run_benchmark(func, num_iters, execution_mode=None): argument
105 def _run(self, func, num_iters, execution_mode=None): argument
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50_test.py96 def _apply(self, defun=False, execution_mode=None): argument
199 def _test_train(self, execution_mode=None): argument
304 execution_mode=None): argument
349 execution_mode=None): argument
/external/libchrome/base/task_scheduler/
Dtest_utils.cc27 test::ExecutionMode execution_mode) { in CreateTaskRunnerWithExecutionMode()
Dtest_task_factory.cc22 ExecutionMode execution_mode) in TestTaskFactory()
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
Dscheduler_worker_pool_unittest.cc52 test::ExecutionMode execution_mode; member
64 test::ExecutionMode execution_mode, in ThreadPostingTasks()
Dtask_tracker.cc41 const char* execution_mode, in TaskTracingInfo()
508 const char* const execution_mode = in RunOrSkipTask() local
/external/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c587 unsigned execution_mode) in eval_const_unop()
599 unsigned execution_mode) in eval_const_binop()
611 unsigned execution_mode) in get_iteration()
661 unsigned execution_mode) in will_break_on_first_iteration()
697 unsigned execution_mode) in test_iterations()
745 bool invert_cond, unsigned execution_mode) in calculate_iterations()
961 find_trip_count(loop_info_state *state, unsigned execution_mode) in find_trip_count()
Dnir_search.c877 const unsigned execution_mode = in nir_algebraic_instr() local
Dnir.h1197 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()
1205 nir_is_denorm_flush_to_zero(unsigned execution_mode, unsigned bit_size) in nir_is_denorm_flush_to_zero()
1213 nir_is_denorm_preserve(unsigned execution_mode, unsigned bit_size) in nir_is_denorm_preserve()
1221 nir_is_rounding_mode_rtne(unsigned execution_mode, unsigned bit_size) in nir_is_rounding_mode_rtne()
1229 nir_is_rounding_mode_rtz(unsigned execution_mode, unsigned bit_size) in nir_is_rounding_mode_rtz()
1237 nir_has_any_rounding_mode_rtz(unsigned execution_mode) in nir_has_any_rounding_mode_rtz()
1245 nir_has_any_rounding_mode_rtne(unsigned execution_mode) in nir_has_any_rounding_mode_rtne()
1253 nir_get_rounding_mode_from_float_controls(unsigned execution_mode, in nir_get_rounding_mode_from_float_controls()
1269 nir_has_any_rounding_mode_enabled(unsigned execution_mode) in nir_has_any_rounding_mode_enabled()
/external/tensorflow/tensorflow/python/eager/benchmarks/
Dkpi_benchmark_test.py50 def _run_benchmark(func, num_iters, execution_mode=None): argument
/external/tensorflow/tensorflow/python/training/tracking/
Dbenchmarks_test.py77 def _run(self, func, num_iters, execution_mode=None): argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions.cc81 TfFunctionExecutionMode execution_mode; // execution mode. member
146 int32 execution_mode = mode_metrics.first; in CombineTfFunction() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_test_utils.cc87 absl::string_view execution_mode, in CreateTfFunctionCallEvent()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c246 unsigned execution_mode, in vtn_nir_alu_op_for_spirv_glsl_opcode()
549 unsigned execution_mode = in handle_glsl450_alu() local
/external/tensorflow/tensorflow/python/data/kernel_tests/
Diterator_test.py902 def testIteratorEagerIteration(self, execution_mode): argument
Ddataset_test.py382 def testEagerIteration(self, execution_mode): argument
/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp254 unsigned execution_mode = this->nir->info.float_controls_execution_mode; in emit_shader_float_controls_execution_mode() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h253 SpvExecutionMode execution_mode) { in RegisterExecutionModeForEntryPoint()

12