Home
last modified time | relevance | path

Searched defs:ParseKernels (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
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/lite/tools/converter/parser/caffe/
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/onnx/
Donnx_conv_base_parser.cc53 STATUS ParseKernels(std::vector<int64_t> *kernels, bool *conv1d, const onnx::AttributeProto &onnx_n… in ParseKernels() function
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc431 void DumpJsonParser::ParseKernels(const nlohmann::json &content) { in ParseKernels() function in mindspore::DumpJsonParser