Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ Lerp
Function
Lerp
tests/InferenceTestImage.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
inline float Lerp(float a, float b, float w)
41
{
42
return w * b + (1.f - w) * a;
43
}
44
45
inline void PutData(std::vector<float> & data,
46
const unsigned int width,
Callers
1
ResizeBilinearAndNormalize
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected