i8

package
v0.0.0-...-41d7962 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Matrix

type Matrix struct {
	Cols int
	Rows int
	Data []int8
}

Matrix8 is a 8 bit matrix

func Layer

func Layer(m Matrix, n Matrix, bias Matrix) Matrix

Layer is a neural network layer

func NewMatrix

func NewMatrix(cols, rows int) Matrix

NewMatrix8 creates a new 8 bit matrix

func (Matrix) Size

func (m Matrix) Size() int

Size is the size of the matrix

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL