Searched refs:idx_map (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | array_grad.py | 774 idx_map = array_ops.reshape(idx_matrix, (-1, 2)) 778 idx_map, 838 idx_map = array_ops.reshape(idx_matrix, (-1, 2)) 842 idx_map, array_ops.ones([output_indices_num], dtype=grad.dtype), sp_shape)
|
/external/webp/src/enc/ |
D | vp8l_enc.c | 1327 uint32_t sorted[], uint32_t idx_map[]) { in PrepareMapToPalette() argument 1332 idx_map[SearchColorNoIdx(sorted, palette[i], num_colors)] = i; in PrepareMapToPalette() 1405 uint32_t idx_map[MAX_PALETTE_SIZE]; in ApplyPalette() local 1407 PrepareMapToPalette(palette, palette_size, palette_sorted, idx_map); in ApplyPalette() 1409 idx_map[SearchColorNoIdx(palette_sorted, pix, palette_size)]); in ApplyPalette()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_reader.cpp | 612 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ in read_assignment() local 620 mask |= 1 << idx_map[mask_str[i] - 'w']; in read_assignment()
|
D | ir.cpp | 1606 static const unsigned char idx_map[26] = { in create() local 1633 swiz_idx[i] = idx_map[str[i] - 'a'] - base; in create()
|