steps

package
v0.2.23-0...-4aaa12c Latest Latest
Warning

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

Go to latest
Published: May 17, 2020 License: NCSA Imports: 34 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCastToFloat32Slice

func NewCastToFloat32Slice() pipeline.Step

func NewCropImage

func NewCropImage(options predictor.PreprocessOptions) pipeline.Step

func NewForEach

func NewForEach(f func(in interface{}) interface{}) pipeline.Step

func NewGetDataset

func NewGetDataset(dataset dldataset.Dataset) pipeline.Step

func NewPredict

func NewPredict(predictor predictor.Predictor) pipeline.Step

func NewPreprocessImage

func NewPreprocessImage(options predictor.PreprocessOptions) pipeline.Step

func NewPreprocessImageTensor

func NewPreprocessImageTensor(options predictor.PreprocessOptions) pipeline.Step

func NewReadImage

func NewReadImage(options predictor.PreprocessOptions) pipeline.Step

func NewReadURL

func NewReadURL() pipeline.Step

func NewSpread

func NewSpread() pipeline.Step

Types

type IDWrapper

type IDWrapper struct {
	ID string
	// contains filtered or unexported fields
}

func (IDWrapper) GetData

func (w IDWrapper) GetData() interface{}

func (IDWrapper) GetID

func (w IDWrapper) GetID() string

type IDer

type IDer interface {
	GetID() string
	GetData() interface{}
}

func NewIDWrapper

func NewIDWrapper(id string, data interface{}) IDer

Jump to

Keyboard shortcuts

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