models

package
v0.0.0-...-2fe1034 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	base.ObjectBase
	// contains filtered or unexported fields
}

func NewModel

func NewModel(argLayers interface{}, args ...interface{}) *Model

func (*Model) AllocateDeltas

func (m *Model) AllocateDeltas()

func (*Model) ClassName

func (m *Model) ClassName() string

func (*Model) Cost

func (m *Model) Cost() layers.Cost

func (*Model) Init

func (m *Model) Init(self base.Object, argLayers interface{}, args base.Args)

func (*Model) Initialize

func (m *Model) Initialize(inObj []int, cost layers.Cost)

func (*Model) Initialized

func (m *Model) Initialized() bool

func (*Model) Layers

func (m *Model) Layers() layers.LayerContainerTrait

func (*Model) LayersToOptimize

func (m *Model) LayersToOptimize() []layers.Layer

func (*Model) Optimizer

func (m *Model) Optimizer() optimizers.Optimizer

func (*Model) ReadParams

func (m *Model) ReadParams(r layers.ParamReader)

func (*Model) String

func (m *Model) String() string

func (*Model) WriteParams

func (m *Model) WriteParams(w layers.ParamWriter)

Jump to

Keyboard shortcuts

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