mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
FlexBuffers are used by custom op handlers for TFLite. Using the optimized path for ReadUInt64 in FlexBuffers causes a crash in models using custom ops on win32 build. This change fixes the problem by using unoptimized implementation of ReadUInt64 for win32.