Class FP32Imm

Inheritance Relationships

Base Type

Class Documentation

class FP32Imm : public mindspore::FloatImm

FP32Imm defines interface for float32 data.

Public Functions

inline FP32Imm()

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.