chainer.functions.linear_interpolate

chainer.functions.linear_interpolate(p, x, y)[source]

Elementwise linear-interpolation function.

This function is defined as

f(p,x,y)=px+(1p)y.
Parameters
Returns

Output variable.

Return type

Variable