MCPcopy Create free account
hub / github.com/RenderKit/oidn / addConvPool

Method addConvPool

core/graph.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 Ref<Op> Graph::addConvPool(const std::string& name,
152 const Ref<Op>& srcOp,
153 Activation activation)
154 {
155 return addConv(name, srcOp, activation, Fusion::PoolDst);
156 }
157
158 Ref<Op> Graph::addConcatConv(const std::string& name,
159 const Ref<Op>& src0Op,

Callers 2

addUNetMethod · 0.80
addUNetLargeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected