Class Lerp
Defined in File lerp.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
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.
-
inline Lerp()