package tensorboard

  1. Overview
  2. Docs

Low-level Protobuf codec

type payload_kind =
  1. | Varint
  2. | Bits32
  3. | Bits64
  4. | Bytes

Type of wire format payload kinds.

module Decoder : sig ... end
module Encoder : sig ... end