MCPcopy 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
40inline float Lerp(float a, float b, float w)
41{
42 return w * b + (1.f - w) * a;
43}
44
45inline void PutData(std::vector<float> & data,
46 const unsigned int width,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected