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

Method setDst

core/pool.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void Pool::setDst(const Ref<Tensor>& dst)
29 {
30 if (!dst || dst->getDesc() != dstDesc)
31 throw std::invalid_argument("invalid pooling destination");
32
33 this->dst = dst;
34 updateDst();
35 }
36
37OIDN_NAMESPACE_END

Callers 8

executeMethod · 0.45
buildModelMethod · 0.45
addInputProcessMethod · 0.45
addConvMethod · 0.45
addConcatConvMethod · 0.45
addPoolMethod · 0.45
addUpsampleMethod · 0.45
updateDstMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected