Commit 3bc0eda0 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

Improve the performance of FastParseSingleExample for large float lists

The new version adds a fast path for little endian machines with 4 byte
floats where we can just do a memcpy from the serialized proto to the
result buffer instead of iterating over the data with a loop and doing
an endian repacking.

PiperOrigin-RevId: 231379145
parent 823b6946
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment