Home
last modified time | relevance | path

Searched defs:exec_type (Results 1 – 18 of 18) sorted by relevance

/external/pytorch/torch/distributed/rpc/
Dinternal.py240 exec_type, func_name, current_worker_name, dst_worker_name argument
261 def _start_record_function(exec_type, func_name, current_worker_name, dest_worker_name): argument
/external/mesa3d/src/intel/compiler/
Dbrw_reg_type.c230 unsigned hw_type, unsigned exec_type) in brw_type_decode_for_3src()
Dbrw_ir_fs.h315 brw_reg_type exec_type = BRW_TYPE_B; in get_exec_type() local
402 const brw_reg_type exec_type = get_exec_type(inst); in has_dst_aligned_region_restriction() local
Dbrw_eu_validate.c730 unsigned exec_type = execution_type(inst); in general_restrictions_based_on_operand_types() local
1489 enum brw_reg_type exec_type = execution_type(inst); in special_requirements_for_handling_double_precision_data_types() local
1705 enum brw_reg_type exec_type = execution_type(inst); in instruction_restrictions() local
Dbrw_lower_regioning.cpp339 const brw_reg_type exec_type = get_exec_type(inst); in has_invalid_dst_region() local
Dbrw_fs.cpp299 const brw_reg_type exec_type = get_exec_type(this); in can_do_source_mods() local
Dtest_eu_validate.cpp433 unsigned exec_type; in TEST_P() member
491 const unsigned exec_type = e >> 3; in TEST_P() local
/external/mesa3d/src/intel/compiler/elk/
Delk_ir_fs.h513 elk_reg_type exec_type = ELK_REGISTER_TYPE_B; in get_exec_type() local
599 const elk_reg_type exec_type = get_exec_type(inst); in has_dst_aligned_region_restriction() local
Delk_ir_vec4.h442 enum elk_reg_type exec_type = ELK_REGISTER_TYPE_B; in get_exec_type() local
Delk_fs_lower_regioning.cpp286 const elk_reg_type exec_type = get_exec_type(inst); in has_invalid_dst_region() local
Delk_reg_type.c191 enum gfx10_align1_3src_exec_type exec_type; member
Delk_eu_validate.c677 unsigned exec_type = execution_type(isa, inst); in general_restrictions_based_on_operand_types() local
1683 enum elk_reg_type exec_type = execution_type(isa, inst); in special_requirements_for_handling_double_precision_data_types() local
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py348 def __exit__(self, exec_type, exec_value, exec_tb): argument
/external/pytorch/aten/src/ATen/native/cuda/
DCuFFTPlanCache.h298 cudaDataType itype, otype, exec_type; in CuFFTConfig() local
/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py805 def __exit__(self, exec_type, exec_value, exec_tb): argument
/external/tensorflow/tensorflow/python/client/
Dsession.py1621 def __exit__(self, exec_type, exec_value, exec_tb): argument
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py2241 def __exit__(self, exec_type, exec_value, traceback): argument
2289 def __exit__(self, exec_type, exec_value, traceback): argument
/external/pytorch/test/
Dtest_mps.py1150 def __exit__(self, exec_type, exec_value, traceback): argument