Class FP32Imm
Defined in File scalar.h
Inheritance Relationships
Base Type
public mindspore::FloatImm
(Class FloatImm)
Class Documentation
-
class FP32Imm : public mindspore::FloatImm
\beief FP32Imm defines interface for float32 data.
Public Functions
-
inline FP32Imm()
\beief The default constructor for FP32Imm.
-
inline explicit FP32Imm(float v)
The constructor for FP32Imm.
- Parameters
v – [in] The value of FP32Imm.
-
~FP32Imm() override = default
The destructor of FP32Imm.
-
inline virtual std::string ToString() const override
Get the string representation of this object.
- Returns
The string representation.
-
inline virtual std::string DumpText() const override
Get the text representation of this object.
- Returns
The text representation.
-
inline FP32Imm()