Home
last modified time | relevance | path

Searched defs:weightTarget (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/cal3d/cal3d-20060720/src/cal3d/
H A Danimation_action.cpp54 bool CalAnimationAction::execute(float delayIn, float delayOut, float weightTarget,bool autoLock) in execute()
H A Dmixer.cpp281 bool CalMixer::executeAction(int id, float delayIn, float delayOut, float weightTarget, bool autoLo… in executeAction()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/demo/
H A DnnGradTest.cpp34 auto weightTarget = _Const(targetVecs.data(), {oc, ic, kh, kw}, NCHW); in run() local
96 auto weightTarget = _Const(targetVecs.data(), {ic, 1, kh, kw}, NCHW); in run() local
167 auto weightTarget = _Const(targetVecs.data(), {ic, oc, kh, kw}, NCHW); in run() local
246 auto weightTarget = _Const(targetVecs.data(), {l, h}, NCHW); in run() local
282 auto weightTarget = _Const(targetVecs.data(), {b, l, h}, NCHW); in run() local