Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceValueOf ¶
SliceValueOf converts a Slice value to a concrete slice of DType values.
Types ¶
type Float ¶
type Float interface {
// F32 returns the value as float32, converting it if necessary.
F32() float32
// F64 returns the value as float64, converting it if necessary.
F64() float64
// BitSize returns the size in bits of the internal float value type.
BitSize() int
}
Float is implemented by any value that can be resolved to the types constrained by DType.
Click to show internal directories.
Click to hide internal directories.