stream

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stream

type Stream struct {
	// contains filtered or unexported fields
}

func Input

func Input() *Stream

func NewStream

func NewStream(initFunc layerInitFunc, xs []*Stream) (y *Stream)

func (*Stream) Cursor

func (s *Stream) Cursor() any

func (*Stream) Error

func (s *Stream) Error() error

type StreamFunc

type StreamFunc func(xs ...*Stream) *Stream

func FC

func FC(conf *layers.FCConfig) StreamFunc

func LeakyRelu

func LeakyRelu(conf *activations.LeakyReluConfig) StreamFunc

func NewStreamFunc

func NewStreamFunc(initFunc layerInitFunc) StreamFunc

func Relu

func Relu() StreamFunc

func Sigmoid

func Sigmoid() StreamFunc

func Softmax

func Softmax(conf *activations.SoftmaxConfig) StreamFunc

func Tanh

func Tanh() StreamFunc

Jump to

Keyboard shortcuts

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