Class Lerp

Inheritance Relationships

Base Type

  • public mindspore::ops::BaseOperator

Class Documentation

class Lerp : public mindspore::ops::BaseOperator

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.