tensorflow-0.2.0.0: TensorFlow bindings.

Safe HaskellSafe
LanguageHaskell2010

TensorFlow.Internal.VarInt

Description

Originally taken from internal proto-lens code.

Synopsis

Documentation

getVarInt :: Parser Word64 Source #

Decode an unsigned varint.

putVarInt :: Word64 -> Builder Source #

Encode a Word64.