steps

package
v0.2.22 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2018 License: NCSA Imports: 28 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCastToFloat32Slice

func NewCastToFloat32Slice() pipeline.Step

func NewForEach

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

func NewGetDataset

func NewGetDataset(dataset dldataset.Dataset) pipeline.Step

func NewPredictImage

func NewPredictImage(predictor predict.Predictor) pipeline.Step

func NewPreprocessImage

func NewPreprocessImage(options predict.PreprocessOptions) pipeline.Step

func NewReadImage

func NewReadImage(options predict.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