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

Method setSrc

core/pool.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 void Pool::setSrc(const Ref<Tensor>& src)
20 {
21 if (!src || src->getDesc() != srcDesc)
22 throw std::invalid_argument("invalid pooling source");
23
24 this->src = src;
25 updateSrc();
26 }
27
28 void Pool::setDst(const Ref<Tensor>& dst)
29 {

Callers 7

executeMethod · 0.45
buildModelMethod · 0.45
addOutputProcessMethod · 0.45
addConvMethod · 0.45
addConcatConvMethod · 0.45
addPoolMethod · 0.45
addUpsampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected