Class TensorFlowOutputMarshaller<O>
java.lang.Object
org.apache.ignite.example.ml.tensorflowtranslator.TensorFlowOutputMarshaller<O>
- All Implemented Interfaces:
Serializable,org.apache.ignite.marshalling.ByteArrayMarshaller<O>,org.apache.ignite.marshalling.Marshaller<O,byte[]>
public class TensorFlowOutputMarshaller<O>
extends Object
implements org.apache.ignite.marshalling.ByteArrayMarshaller<O>, Serializable
Serializes and deserializes TensorFlow model outputs.
Converts inference results to and from byte arrays for communication between client and server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TensorFlowOutputMarshaller
public TensorFlowOutputMarshaller()
-
-
Method Details
-
marshal
-
unmarshal
-