Class Lerp

Inheritance Relationships

Base Type

Class Documentation

class Lerp : public mindspore::ops::PrimitiveC

Does a linear interpolation of two tensors start and end based on a float or tensor weight. Refer to Python API mindspore.ops.Lerp for more details.

Public Functions

inline Lerp()

Constructor.

~Lerp() = default

Destructor.