package
1.1.0
Repository: https://github.com/nlpodyssey/spago.git
Documentation: pkg.go.dev

# Functions

Interface converts a concrete DType value to an internal representation compatible with Float.
Make converts a concrete slice of DType values to an internal representation compatible with Slice.
SliceValueOf converts a Slice value to a concrete slice of DType values.
ValueOf converts a Float value to a concrete DType.

# Interfaces

DType is the primary type constraint for matrices defined in this package.
Float is implemented by any value that can be resolved to the types constrained by DType.
Slice is implemented by any value that can be resolved to a slice of a type constrained by DType.