Home
last modified time | relevance | path

Searched refs:ParseKernels (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_conv_base_parser.cc53 STATUS ParseKernels(std::vector<int64_t> *kernels, bool *conv1d, const onnx::AttributeProto &onnx_n… in ParseKernels() function
149 auto ret = ParseKernels(kernels, conv1d, onnx_node_attr); in ParseVecAttr()
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_conv_base_parser.h39 …static STATUS ParseKernels(const caffe::ConvolutionParameter &conv_param, std::vector<int64_t> *ke…
Dcaffe_convolution_parser.cc39 if (CaffeConvBaseParser::ParseKernels(convParam, &kernel) != RET_OK) { in Parse()
Dcaffe_deconvolution_parser.cc61 if (CaffeConvBaseParser::ParseKernels(convParam, &kernel) != RET_OK) { in Parse()
Dcaffe_conv_base_parser.cc115 STATUS CaffeConvBaseParser::ParseKernels(const caffe::ConvolutionParameter &convParam, std::vector<… in ParseKernels() function in mindspore::lite::CaffeConvBaseParser
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_conv_base_parser.h35 static STATUS ParseKernels(const tensorflow::NodeDef &node_def, const mindspore::Format &format,
Dtf_deconv_parser.cc55 if (ParseKernels(*weight_node, format, &kernels) != RET_OK) { in Parse()
Dtf_conv_parser.cc55 if (ParseKernels(*weight_node, format, &kernels) != RET_OK) { in Parse()
Dtf_conv_base_parser.cc37 STATUS TFConvBaseParser::ParseKernels(const tensorflow::NodeDef &node_def, const mindspore::Format … in ParseKernels() function in mindspore::lite::TFConvBaseParser
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h102 void ParseKernels(const nlohmann::json &content);
Ddump_json_parser.cc269 ParseKernels(*kernels); in ParseCommonDumpSetting()
431 void DumpJsonParser::ParseKernels(const nlohmann::json &content) { in ParseKernels() function in mindspore::DumpJsonParser