Searched defs:exec_type (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_reg_type.c | 115 enum gen10_align1_3src_exec_type exec_type; member 234 unsigned hw_type, unsigned exec_type) in brw_a1_hw_3src_type_to_reg_type()
|
D | brw_ir_fs.h | 452 brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local
|
D | brw_ir_vec4.h | 438 enum brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local
|
D | brw_eu_validate.c | 450 unsigned exec_type = execution_type(devinfo, inst); in general_restrictions_based_on_operand_types() local 1100 enum brw_reg_type exec_type = execution_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profile_context.py | 354 def __exit__(self, exec_type, exec_value, exec_tb): argument
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 780 def __exit__(self, exec_type, exec_value, exec_tb): argument
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 1569 def __exit__(self, exec_type, exec_value, exec_tb): argument
|