Class FP64Imm
Defined in File value.h
Inheritance Relationships
Base Type
public mindspore::api::FloatImm
(Class FloatImm)
Class Documentation
-
class FP64Imm : public mindspore::api::FloatImm
FP64Imm defines interface for float64 data.
Public Functions
-
explicit FP64Imm(double value)
Create FP64Imm with the given float value.
- Parameters
value – [in] The given float value.
-
double value() const
Get the float value of this FP64Imm.
- Returns
The float value of this FP64Imm.
-
explicit FP64Imm(double value)