chainer.functions.squared_difference

chainer.functions.squared_difference(x1, x2)[source]

Squared difference function.

This functions is identical to squared_error() except for the names of the arguments.

See also

squared_error()