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

Method setDst

core/concat_conv.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void ConcatConvBase::setDst(const Ref<Tensor>& dst)
64 {
65 if (!dst || dst->getDesc() != dstDesc)
66 throw std::invalid_argument("invalid concat+conv destination");
67
68 this->dst = dst;
69 updateDst();
70 }
71
72 // -----------------------------------------------------------------------------------------------
73

Callers 1

updateDstMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected