Class TypedBinaryFormat

java.lang.Object
com.yahoo.tensor.serialization.TypedBinaryFormat

public class TypedBinaryFormat extends Object
Class used by clients for serializing a Tensor object into binary format or de-serializing binary data into a Tensor object. The actual binary format used is not a concern for the client and is hidden in this class and in the binary data.
Author:
geirst
  • Constructor Details

    • TypedBinaryFormat

      public TypedBinaryFormat()
  • Method Details