Home
last modified time | relevance | path

Searched defs:input_name (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gettext/gettext-tools/src/
Dopen-catalog.c45 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/
Ddnn_backend_native.c51 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()
Ddnn_backend_openvino.c64 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()
Ddnn_backend_tf.c129 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/
Dtf_util.cc107 std::string TensorFlowUtils::GetFlattenNodeName(const std::string &input_name) { in GetFlattenNodeName()
133 std::string TensorFlowUtils::GetNodeName(const std::string &input_name) { in GetNodeName()
Dtf_node_parser.cc34 const std::string &input_name) { in GetConstInputNode()
Dtf_model_parser.cc837 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/
Diter_node_outputs.cc38 auto input_name = input_cnode->fullname_with_scope(); in Run() local
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dimage_preprocess.cc118 …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/
Donnx_activation_parser.cc55 const auto &input_name = onnx_node.input(1); in Parse() local
Donnx_model_parser.cc850 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/
Dstub_gssapi.c294 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/
Dcontext.h61 std::string input_name() { return input_name_; } in input_name() function
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/
Dpreprocess_parser.cc170 auto AddImage = [&inputs](const std::string &file, const std::string &input_name) { in CollectCalibInputs()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/
Dop_tiling_adapter.cc99 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/
Drec_parse_graph.cc175 const std::string &input_name) { in GetIndexInInputTensorNames()
/third_party/pulseaudio/src/pulsecore/
Dcard.h47 char *input_name; member
/third_party/mindspore/mindspore/ccsrc/ps/
Doptimizer_info_builder.cc56 …OptimizerInfoBuilder::GenInputAddrPtr(const std::string &optim_type, const std::string &input_name, in GenInputAddrPtr()
Doptimizer_info.cc46 …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/
Dfusion_tbe_json_creator.cc156 auto input_name = GetJsonValue<std::string>(input_desc, kJName); in GetInputCNode() local
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/
Dmodel_process.cc168 std::string input_name = (input_name_char != nullptr) ? input_name_char : std::string(); in InitInputsBuffer() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.c627 input_name(struct ir3_shader_variant *so, int i) in input_name() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dmodel_process.cc144 std::string input_name = aclmdlGetInputNameByIndex(model_desc_, i); in InitInputsBuffer() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_model_parser.cc619 string input_name = layer.bottom(0); in GetOriginLayerName() local
/third_party/glib/glib/
Dgscanner.h179 const gchar *input_name; member

12