Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ParseFuseConvAdd.cxx
Go to the documentation of this file.
3#include "onnx_proto3.pb.h"
4
5namespace TMVA {
6namespace Experimental {
7namespace SOFIE {
8
9ParserFuseFuncSignature ParseFuseConvAdd = [](RModelParser_ONNX & /*parser*/, const onnx::NodeProto & /*convnode*/,
10 const onnx::NodeProto & /*addnode*/) {
11 std::unique_ptr<ROperator> op;
12 return op;
13};
14
15} // namespace SOFIE
16} // namespace Experimental
17} // namespace TMVA
std::function< std::unique_ptr< ROperator >(RModelParser_ONNX &, const onnx::NodeProto &, const onnx::NodeProto &)> ParserFuseFuncSignature
ParserFuseFuncSignature ParseFuseConvAdd
create variable transformations