Documentation
¶
Index ¶
- type Vector3D
- func (v *Vector3D) BatchSize() int
- func (v *Vector3D) ConvAdd(a *Vector3D, strideM, strideN int)
- func (v *Vector3D) Cut(rows, cols int) *Vector3D
- func (v *Vector3D) Dims() (int, int)
- func (v *Vector3D) Get(batch int) mat.Matrix
- func (v *Vector3D) Im2Col(kernelM, kernelN, strideM, strideN, channelSize int) *mat.Dense
- func (v *Vector3D) Pad(m, n int)
- func (v *Vector3D) ToMatrix() mat.Matrix
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vector3D ¶
type Vector3D struct {
// contains filtered or unexported fields
}
func NewVector3D ¶
Click to show internal directories.
Click to hide internal directories.