Home
last modified time | relevance | path

Searched defs:onnx_graph (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/
Donnx_arithmetic_operation_parser.cc34 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 …]
Donnx_activation_parser.cc31 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 …]
Donnx_megatron_op_parser.cc30 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()
Donnx_custom_op_parser.cc32 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()
Donnx_quantize_linear_parser.cc30 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()
Donnx_pool_parser.cc32 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()
Donnx_deform_conv2d_parser.cc24 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()
Donnx_identity_parser.cc25 PrimitiveCPtr OnnxIdentityParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
Donnx_hardswish_parser.cc24 PrimitiveCPtr OnnxHardSwishParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto … in Parse()
Donnx_det_parser.cc23 PrimitiveCPtr OnnxDetParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_… in Parse()
Donnx_where_parser.cc24 PrimitiveCPtr OnnxWhereParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
Donnx_range_parser.cc24 PrimitiveCPtr OnnxRangeParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
Donnx_softsign_parser.cc23 PrimitiveCPtr OnnxSoftsignParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
Donnx_adder_parser.cc24 PrimitiveCPtr OnnxAdderParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
Donnx_scatter_nd_parser.cc24 PrimitiveCPtr OnnxScatterNdParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto … in Parse()
Donnx_shape_parser.cc24 PrimitiveCPtr OnnxShapeParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onn… in Parse()
Donnx_less_or_equal_parser.cc24 PrimitiveCPtr OnnxLessOrEqualParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProt… in Parse()
Donnx_sign_parser.cc23 PrimitiveCPtr OnnxSignParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse()
Donnx_gather_nd_parser.cc24 PrimitiveCPtr OnnxGatherNDParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
Donnx_dequantize_linear_parser.cc24 PrimitiveCPtr OnnxDequantizeLinearParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::Nod… in Parse()
Donnx_loop_parser.cc25 PrimitiveCPtr OnnxLoopParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx… in Parse()
Donnx_quantize_parser.cc24 PrimitiveCPtr OnnxQuantizeParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &… in Parse()
Donnx_if_parser.cc25 PrimitiveCPtr OnnxIfParser::Parse(const onnx::GraphProto &onnx_graph, const onnx::NodeProto &onnx_n… in Parse()
Donnx_aten_op_parser.cc24 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/
Donnx_layer_norm_parser_test.cc32 auto onnx_graph = std::make_shared<onnx::GraphProto>(); in TestOnnxLayerNormNode1() local
78 auto onnx_graph = std::make_shared<onnx::GraphProto>(); in TestOnnxLayerNormNode2() local

1234