Class FloatImm

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class FloatImm : public mindspore::Scalar

\beief FloatImm defines interface for float data.

Subclassed by mindspore::FP32Imm

Public Functions

FloatImm() = default

\beief The default constructor for FloatImm.

inline explicit FloatImm(const TypePtr &t)

The constructor for FloatImm.

Parameters

v[in] The value of FloatImm.

~FloatImm() override = default

The destructor of FloatImm.