Home
last modified time | relevance | path

Searched refs:op_info_map (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_operation_table.cc114 op_info_map = CreateResourceOpInfoMap(); in GetStaticResourceOpInfoMap() local
115 return *op_info_map; in GetStaticResourceOpInfoMap()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.h235 typedef std::map<node*, op_info> op_info_map; typedef
239 op_info_map op_map;
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c520 int16_t op_info_map[D3DSIO_BREAKP + 1]; member
3023 for (i = 0; i < ARRAY_SIZE(tx->op_info_map); ++i) in create_op_info_map()
3024 tx->op_info_map[i] = -1; in create_op_info_map()
3028 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()
3031 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()
3035 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()
3038 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()
3295 if (insn->opcode < ARRAY_SIZE(tx->op_info_map)) { in sm1_parse_instruction()
3296 int k = tx->op_info_map[insn->opcode]; in sm1_parse_instruction()