python_backend icon indicating copy to clipboard operation
python_backend copied to clipboard

Native Endianness for BYTES datatype serialization

Open nnshah1 opened this issue 2 years ago • 0 comments

To support Big Endian architectures and align python backend handling of BYTES tensors with other backends, this change removes the explicit little endian flag to serialize and deserialize the length of a BYTES tensor element.

Note: this change alone is not sufficient for Big Endian support but is part of a set of changes also required in the server.

nnshah1 avatar Jul 07 '23 19:07 nnshah1