Class FloatImm
Defined in File scalar.h
Inheritance Relationships
Base Type
public mindspore::Scalar
(Class Scalar)
Derived Type
public mindspore::FP32Imm
(Class FP32Imm)
Class Documentation
-
class FloatImm : public mindspore::Scalar
FloatImm defines interface for float data.
Subclassed by mindspore::FP32Imm
Public Functions
-
FloatImm() = default
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.
-
FloatImm() = default