Documentation ¶
Index ¶
- Variables
- type Predictor
- func (p Predictor) Close()
- func (p *Predictor) DisableProfiling() error
- func (p *Predictor) EndProfiling() error
- func (p *Predictor) Predict(ctx context.Context, data []float32) error
- func (p *Predictor) ReadPredictionOutput(ctx context.Context) ([]float32, error)
- func (p *Predictor) ReadProfile() (string, error)
- func (p *Predictor) StartProfiling(name, metadata string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "0.4.0" BuildDate = "undefined" GitCommit = "undefined" )
Functions ¶
This section is empty.
Types ¶
type Predictor ¶
type Predictor struct {
// contains filtered or unexported fields
}
func (*Predictor) DisableProfiling ¶
func (*Predictor) EndProfiling ¶
func (*Predictor) ReadPredictionOutput ¶ added in v0.4.0
func (*Predictor) ReadProfile ¶
func (*Predictor) StartProfiling ¶
Click to show internal directories.
Click to hide internal directories.