HomeSort by relevance Sort by last modified time
    Searched refs:output_map (Results 1 - 10 of 10) sorted by null

  /frameworks/wilhelm/src/android/
channels.cpp 131 static const struct channel_map output_map[] = { variable in typeref:struct:channel_map
151 static const unsigned int nOutputChannelMappings = sizeof(output_map) / sizeof(output_map[0]);
220 return sles_to_android_mask_helper(mask, output_map, nOutputChannelMappings);
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 334 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
336 emit->temp_color_output[idx] = emit->output_map[idx];
348 emit->output_map[idx+i] = dst_register(SVGA3DREG_TEMP,
350 emit->temp_color_output[i] = emit->output_map[idx+i];
357 emit->output_map[idx] =
362 emit->output_map[idx] = dst_register( SVGA3DREG_COLOROUT,
367 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
369 emit->temp_pos = emit->output_map[idx];
376 emit->output_map[idx] = dst_register( SVGA3DREG_COLOROUT, 0 );
472 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP
    [all...]
svga_tgsi_emit.h 108 SVGA3dShaderDestToken output_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
svga_tgsi_insn.c 100 dest = emit->output_map[reg->Register.Index];
    [all...]
  /external/tensorflow/tensorflow/python/util/
py_checkpoint_reader.i 28 tensorflow::Safe_PyObjectPtr output_map(tensorflow::make_safe(PyDict_New()));
60 if (PyDict_SetItem(output_map.get(), key.get(), value.get()) == -1) {
68 $result = output_map.release();
72 tensorflow::Safe_PyObjectPtr output_map(tensorflow::make_safe(PyDict_New()));
92 if (PyDict_SetItem(output_map.get(), key.get(), value.get()) == -1) {
100 $result = output_map.release();
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_gs.c 50 int output_map[PIPE_MAX_SHADER_OUTPUTS]; member in struct:gs_compile_context
1056 bool output_clipdist, int *output_map)
1097 output_map[0] = psize_slot;
1098 output_map[1] = pos_slot;
1118 output_map[num_outs++] = clipdist_slot[0];
1124 output_map[num_outs++] = clipdist_slot[1];
1141 output_map[num_outs++] = slot;
    [all...]
ilo_shader_vs.c 45 int output_map[PIPE_MAX_SHADER_OUTPUTS]; member in struct:vs_compile_context
811 const int slot = vcc->output_map[i];
1061 bool output_clipdist, int *output_map)
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
summarize_graph_main.cc 177 std::map<string, std::vector<const NodeDef*>> output_map; local
178 MapNodesToOutputs(graph, &output_map);
183 if ((output_map.count(node.name()) == 0) &&
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 1180 std::unordered_map<int, string> output_map; local
    [all...]

Completed in 640 milliseconds