Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseTensor ¶
type BaseTensor struct {
// contains filtered or unexported fields
}
func NewBaseTensor ¶
func NewBaseTensor( shape Shape, ) BaseTensor
func (BaseTensor) Sz ¶
func (t BaseTensor) Sz() Dim
type ShapeStride ¶
type ShapeStride struct {
Shape, Stride Dim
}
Click to show internal directories.
Click to hide internal directories.