ai.fritz.customtfmobile.FritzTFMobileInterpreter.OTAUpdateListener |
Method to run before reloading the interface from an OTA update.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onReload(TensorFlowInferenceInterface inferenceInterface)
Implement this method if you're doing any manipulation or check of the underlying TensorFlow Mobile graph.
|
Implement this method if you're doing any manipulation or check of the underlying TensorFlow Mobile graph.
inferenceInterface | the wrapped inference interface. |
---|