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

Method updateWeight

core/concat_conv.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 void InplaceConcatConv2::updateWeight()
182 {
183 conv0->setWeight(weight0);
184 conv1->setWeight(weight1);
185 }
186
187 void InplaceConcatConv2::updateBias()
188 {

Callers

nothing calls this directly

Calls 1

setWeightMethod · 0.45

Tested by

no test coverage detected