Searched refs:ParseKernels (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_conv_base_parser.cc | 53 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/ |
D | caffe_conv_base_parser.h | 39 …static STATUS ParseKernels(const caffe::ConvolutionParameter &conv_param, std::vector<int64_t> *ke…
|
D | caffe_convolution_parser.cc | 39 if (CaffeConvBaseParser::ParseKernels(convParam, &kernel) != RET_OK) { in Parse()
|
D | caffe_deconvolution_parser.cc | 61 if (CaffeConvBaseParser::ParseKernels(convParam, &kernel) != RET_OK) { in Parse()
|
D | caffe_conv_base_parser.cc | 115 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/ |
D | tf_conv_base_parser.h | 35 static STATUS ParseKernels(const tensorflow::NodeDef &node_def, const mindspore::Format &format,
|
D | tf_deconv_parser.cc | 55 if (ParseKernels(*weight_node, format, &kernels) != RET_OK) { in Parse()
|
D | tf_conv_parser.cc | 55 if (ParseKernels(*weight_node, format, &kernels) != RET_OK) { in Parse()
|
D | tf_conv_base_parser.cc | 37 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/ |
D | dump_json_parser.h | 102 void ParseKernels(const nlohmann::json &content);
|
D | dump_json_parser.cc | 269 ParseKernels(*kernels); in ParseCommonDumpSetting() 431 void DumpJsonParser::ParseKernels(const nlohmann::json &content) { in ParseKernels() function in mindspore::DumpJsonParser
|