Documentation
¶
Index ¶
- type Params
- func (params *Params) Add(ps *Params)
- func (params *Params) Copy(ps *Params)
- func (params *Params) Get(name string) mat.Matrix
- func (params *Params) Init(name string, rows, cols int) mat.Matrix
- func (params *Params) InitWithData(name string, rows, cols int, data []float64)
- func (params *Params) Load(from map[string]*pb.Dense)
- func (params *Params) Print()
- func (params *Params) Range(fn func(name string, dense mat.Matrix))
- func (params *Params) Scale(n float64)
- func (params *Params) Size() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct {
// contains filtered or unexported fields
}
func (*Params) InitWithData ¶
Click to show internal directories.
Click to hide internal directories.