FlowerClient
class FlowerClient<X : Any, Y : Any>(tfliteFileBuffer: MappedByteBuffer, val layersSizes: IntArray, val spec: SampleSpec<X, Y>) : AutoCloseable
Flower client that handles TensorFlow Lite model Interpreter and sample data.
Parameters
tfliteFileBuffer
TensorFlow Lite model file.
layersSizes
Sizes of model parameters layers in bytes.
spec
Specification for the samples, see SampleSpec.
Properties
Functions
Link copied to clipboard
Obtain the model parameters from interpreter.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Update the model parameters in interpreter with parameters.