/third_party/gettext/gettext-tools/src/ |
D | open-catalog.c | 45 try_open_catalog_file (const char *input_name, char **real_file_name_p) in try_open_catalog_file() 114 open_catalog_file (const char *input_name, char **real_file_name_p, in open_catalog_file()
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native.c | 51 static DNNReturnType get_input_native(void *model, DNNData *input, const char *input_name) in get_input_native() 77 static DNNReturnType get_output_native(void *model, const char *input_name, int input_width, int in… in get_output_native() 261 static DNNReturnType execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in execute_model_native() 375 DNNReturnType ff_dnn_execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in ff_dnn_execute_model_native()
|
D | dnn_backend_openvino.c | 64 const char *input_name; member 265 static DNNReturnType init_model_ov(OVModel *ov_model, const char *input_name, const char *output_na… in init_model_ov() 432 static DNNReturnType get_input_ov(void *model, DNNData *input, const char *input_name) in get_input_ov() 482 static DNNReturnType get_output_ov(void *model, const char *input_name, int input_width, int input_… in get_output_ov() 609 DNNReturnType ff_dnn_execute_model_ov(const DNNModel *model, const char *input_name, AVFrame *in_fr… in ff_dnn_execute_model_ov() 663 DNNReturnType ff_dnn_execute_model_async_ov(const DNNModel *model, const char *input_name, AVFrame … in ff_dnn_execute_model_async_ov()
|
D | dnn_backend_tf.c | 129 static DNNReturnType get_input_tf(void *model, DNNData *input, const char *input_name) in get_input_tf() 164 static DNNReturnType get_output_tf(void *model, const char *input_name, int input_width, int input_… in get_output_tf() 713 static DNNReturnType execute_model_tf(const DNNModel *model, const char *input_name, AVFrame *in_fr… in execute_model_tf() 823 DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model, const char *input_name, AVFrame *in_fr… in ff_dnn_execute_model_tf()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_util.cc | 107 std::string TensorFlowUtils::GetFlattenNodeName(const std::string &input_name) { in GetFlattenNodeName() 133 std::string TensorFlowUtils::GetNodeName(const std::string &input_name) { in GetNodeName()
|
D | tf_node_parser.cc | 34 const std::string &input_name) { in GetConstInputNode()
|
D | tf_model_parser.cc | 837 std::string input_name = input_names[j]; // input may be produced by multi-outputs node in ConvertInputNodes() local 1067 auto input_name = node->input(i); in GetAllNodeInputs() local
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fisson/ |
D | iter_node_outputs.cc | 38 auto input_name = input_cnode->fullname_with_scope(); in Run() local
|
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/ |
D | image_preprocess.cc | 118 …ocess(const preprocess::DataPreProcessParam &data_pre_process_param, const std::string &input_name, in PreProcess() 158 int PreProcess(const DataPreProcessParam &data_pre_process_param, const std::string &input_name, si… in PreProcess()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_activation_parser.cc | 55 const auto &input_name = onnx_node.input(1); in Parse() local
|
D | onnx_model_parser.cc | 850 for (const auto &input_name : onnx_node.input()) { in BuildCNode() local 945 const auto &input_name = onnx_node.input(i); in ConvertOpQuantParams() local
|
/third_party/curl/tests/libtest/ |
D | stub_gssapi.c | 294 gss_name_t *input_name) in gss_release_name() 350 gss_const_name_t input_name, in gss_display_name()
|
/third_party/mindspore/mindspore/lite/micro/coder/ |
D | context.h | 61 std::string input_name() { return input_name_; } in input_name() function
|
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/ |
D | preprocess_parser.cc | 170 auto AddImage = [&inputs](const std::string &file, const std::string &input_name) { in CollectCalibInputs()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/ |
D | op_tiling_adapter.cc | 99 auto input_name = GetInputName(node, real_index); in ConvertInputShapeAndType() local 252 std::string input_name = item->name() + "_dynamic_" + std::to_string(k); in InitOpIoName() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.cc | 175 const std::string &input_name) { in GetIndexInInputTensorNames()
|
/third_party/pulseaudio/src/pulsecore/ |
D | card.h | 47 char *input_name; member
|
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | optimizer_info_builder.cc | 56 …OptimizerInfoBuilder::GenInputAddrPtr(const std::string &optim_type, const std::string &input_name, in GenInputAddrPtr()
|
D | optimizer_info.cc | 46 …zerInfo::UpdateOptimInputValue(const std::string &optim_type, const std::string &input_name, void … in UpdateOptimInputValue()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/ |
D | fusion_tbe_json_creator.cc | 156 auto input_name = GetJsonValue<std::string>(input_desc, kJName); in GetInputCNode() local
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/ |
D | model_process.cc | 168 std::string input_name = (input_name_char != nullptr) ? input_name_char : std::string(); in InitInputsBuffer() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.c | 627 input_name(struct ir3_shader_variant *so, int i) in input_name() function
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/ |
D | model_process.cc | 144 std::string input_name = aclmdlGetInputNameByIndex(model_desc_, i); in InitInputsBuffer() local
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_model_parser.cc | 619 string input_name = layer.bottom(0); in GetOriginLayerName() local
|
/third_party/glib/glib/ |
D | gscanner.h | 179 const gchar *input_name; member
|