net

package
v0.0.0-...-533029d Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2017 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Net

type Net struct {
	Parameters *pb.NetParameter
	// contains filtered or unexported fields
}

func New

func New(text string) (*Net, error)

func (*Net) CopyTrainedLayersFromFile

func (net *Net) CopyTrainedLayersFromFile(file string) error

func (*Net) CopyTrainedLayersFromParam

func (net *Net) CopyTrainedLayersFromParam(param *pb.NetParameter) error

func (*Net) Forward

func (net *Net) Forward(bottom []*blob.Blob) ([]*blob.Blob, error)

func (*Net) ForwardFromTo

func (net *Net) ForwardFromTo(bottom []*blob.Blob, end int) (top []*blob.Blob, err error)

func (*Net) GetInputSize

func (net *Net) GetInputSize() (int64, int64)

func (*Net) Name

func (net *Net) Name() string

Jump to

Keyboard shortcuts

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