See: Description
Interface | Description |
---|---|
ModelParser<I,O,M extends Model<I,O>> |
Model parser that accepts a serialized model represented by byte array, parses it and returns
Model . |
TensorFlowBaseModelParser.InputTransformer<I> |
Input transformer that accepts input and transforms it into tensor.
|
TensorFlowBaseModelParser.OutputTransformer<O> |
Output transformer that accepts tensors and transforms them into output.
|
Class | Description |
---|---|
IgniteModelParser<I,O> |
Implementation of model parser that accepts serialized
IgniteFunction . |
TensorFlowBaseModelParser<I,O> |
Base class for TensorFlow model parsers.
|
TensorFlowGraphModelParser<I,O> |
Implementation of TensorFlow model parser that accepts serialized graph definition.
|
TensorFlowSavedModelModelParser<I,O> |
Implementation of TensorFlow model parser that accepts serialized directory with "SavedModel" as an input.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024