Versions in this module Expand all Collapse all v0 v0.0.1 Nov 12, 2021 Changes in this version + type Predictor struct + Model *tf.SavedModel + func NewPredictor(modeldir string) (Predictor, error) + func (p Predictor) Predict(imagefile string, model *tf.SavedModel) (int, error) + func (p Predictor) PredictionsArr(imagefile string, model *tf.SavedModel) ([]float32, error)