| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/ |
| D | onnx_arithmetic_operation_parser.cc | 34 PrimitiveCPtr OnnxAddParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse() 40 PrimitiveCPtr OnnxSubParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse() 46 PrimitiveCPtr OnnxDivParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse() 53 PrimitiveCPtr OnnxMulParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse() 59 PrimitiveCPtr OnnxEqualParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse() 65 PrimitiveCPtr OnnxLessParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse() 71 PrimitiveCPtr OnnxGreaterParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &o… in Parse() 77 PrimitiveCPtr OnnxFloorParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse() 83 PrimitiveCPtr OnnxAbsParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse() 89 PrimitiveCPtr OnnxExpParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse() [all …]
|
| D | onnx_activation_parser.cc | 31 PrimitiveCPtr OnnxReluParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse() 41 PrimitiveCPtr OnnxLeakyReluParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto … in Parse() 56 PrimitiveCPtr OnnxPReluParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse() 113 PrimitiveCPtr OnnxEluParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse() 127 PrimitiveCPtr OnnxGeluParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse() 135 PrimitiveCPtr OnnxTanhParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse() 143 PrimitiveCPtr OnnxSigmoidParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &o… in Parse() 151 PrimitiveCPtr OnnxHardSigmoidParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProt… in Parse() 164 PrimitiveCPtr OnnxSoftPlusParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse() 172 PrimitiveCPtr OnnxSeluParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse() [all …]
|
| D | onnx_megatron_op_parser.cc | 30 PrimitiveCPtr OnnxMegatronAllReduceParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::No… in Parse() 41 PrimitiveCPtr OnnxMegatronLinearAllGatherParser::Parse(const onnx::GraphProto &onnx_graph, in Parse() 54 PrimitiveCPtr OnnxMegatronMakeViewlessTensorParser::Parse(const onnx::GraphProto &onnx_graph, in Parse() 61 PrimitiveCPtr OnnxMegatronScaledMaskedSoftmaxParser::Parse(const onnx::GraphProto &onnx_graph, in Parse() 73 PrimitiveCPtr OnnxMegatronFusedLayerNormAffineParser::Parse(const onnx::GraphProto &onnx_graph, in Parse()
|
| D | onnx_custom_op_parser.cc | 32 PrimitiveCPtr OnnxAffineGridParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto… in Parse() 56 PrimitiveCPtr OnnxHistogramParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto … in Parse() 74 PrimitiveCPtr OnnxLogicalNotParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto… in Parse() 80 PrimitiveCPtr OnnxRot90Parser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse() 106 PrimitiveCPtr OnnxXlogyParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse() 112 PrimitiveCPtr OnnxRandomUniformLikeParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::No… in Parse()
|
| D | onnx_quantize_linear_parser.cc | 30 tensor::TensorPtr OnnxQuantizeLinearParser::GetConstData(const onnx::GraphProto &onnx_graph, in GetConstData() 45 PrimitiveCPtr OnnxQuantizeLinearParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeP… in Parse()
|
| D | onnx_pool_parser.cc | 32 PrimitiveCPtr OnnxAvgPoolParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &o… in Parse() 112 PrimitiveCPtr OnnxMaxPoolParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &o… in Parse()
|
| D | onnx_deform_conv2d_parser.cc | 24 STATUS ParseKernelSize(std::vector<int64_t> *kernel_size, const onnx::GraphProto &onnx_graph, in ParseKernelSize() 84 PrimitiveCPtr OnnxDeformConv2dParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodePro… in Parse()
|
| D | onnx_identity_parser.cc | 25 PrimitiveCPtr OnnxIdentityParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
|
| D | onnx_hardswish_parser.cc | 24 PrimitiveCPtr OnnxHardSwishParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto … in Parse()
|
| D | onnx_det_parser.cc | 23 PrimitiveCPtr OnnxDetParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse()
|
| D | onnx_where_parser.cc | 24 PrimitiveCPtr OnnxWhereParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
|
| D | onnx_range_parser.cc | 24 PrimitiveCPtr OnnxRangeParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
|
| D | onnx_softsign_parser.cc | 23 PrimitiveCPtr OnnxSoftsignParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
|
| D | onnx_adder_parser.cc | 24 PrimitiveCPtr OnnxAdderParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
|
| D | onnx_scatter_nd_parser.cc | 24 PrimitiveCPtr OnnxScatterNdParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto … in Parse()
|
| D | onnx_shape_parser.cc | 24 PrimitiveCPtr OnnxShapeParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
|
| D | onnx_less_or_equal_parser.cc | 24 PrimitiveCPtr OnnxLessOrEqualParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProt… in Parse()
|
| D | onnx_sign_parser.cc | 23 PrimitiveCPtr OnnxSignParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse()
|
| D | onnx_gather_nd_parser.cc | 24 PrimitiveCPtr OnnxGatherNDParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
|
| D | onnx_dequantize_linear_parser.cc | 24 PrimitiveCPtr OnnxDequantizeLinearParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::Nod… in Parse()
|
| D | onnx_loop_parser.cc | 25 PrimitiveCPtr OnnxLoopParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse()
|
| D | onnx_quantize_parser.cc | 24 PrimitiveCPtr OnnxQuantizeParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
|
| D | onnx_if_parser.cc | 25 PrimitiveCPtr OnnxIfParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_n… in Parse()
|
| D | onnx_aten_op_parser.cc | 24 PrimitiveCPtr OnnxAtenOpBroadCastToParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::No… in Parse()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/tools/converter/parser/onnx/ |
| D | onnx_layer_norm_parser_test.cc | 32 auto onnx_graph = std::make_shared<onnx::GraphProto>(); in TestOnnxLayerNormNode1() local 78 auto onnx_graph = std::make_shared<onnx::GraphProto>(); in TestOnnxLayerNormNode2() local
|