Home
last modified time | relevance | path

Searched defs:input_map (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_link.h14 ubyte input_map[PIPE_MAX_SHADER_INPUTS]; member
Dsvga_tgsi_emit.h107 struct src_register input_map[PIPE_MAX_ATTRIBS]; member
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.cc36 std::unordered_map<int, std::string> input_map; in GenerateCustomOpInputMap() local
130 std::unordered_map<int, std::string> &input_map = it->second; in SetCustomOpInput() local
167 std::unordered_map<int, std::string> &input_map = it->second; in SetCustomOpInput() local
438 std::unordered_map<int, std::string> &input_map = (*cus_input_map_)[op->GetOpType()]; in UpdateCustomOpInputDesc() local
Dop_adapter.h31 OpAdapterImpl(const std::unordered_map<int, InputDesc> &input_map, in OpAdapterImpl()
Dconvert.cc1916 auto input_map = adpt->getInputMap(); in DrawCNode() local
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.cc66 int ConfigFileParser::SetMapData(const std::map<std::string, std::string> &input_map, in SetMapData()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.h43 } input_map[PIPE_MAX_ATTRIBS]; member
Dnine_shader.h57 uint16_t input_map[PIPE_MAX_ATTRIBS]; /* VS input -> NINE_DECLUSAGE_x */ member
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c46 struct hash_table *input_map; member
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute_ge.cc108 auto &input_map = adapter->getInputMap(); in SetInputsForSingleOpGraph() local
/third_party/ffmpeg/libavresample/
Dinternal.h50 int input_map[AVRESAMPLE_MAX_CHANNELS]; /**< dest index of each input channel */ member
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc791 std::unordered_map<AnfNodePtr, int> input_map = {}; in StepReplaceGraph() local