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