Class FP64Imm

Inheritance Relationships

Base Type

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.

参数

value[in] The given float value.

double value() const

Get the float value of this FP64Imm.

返回

The float value of this FP64Imm.