package tensorflow

  1. Overview
  2. Docs
type t =
  1. | String of Base.string Base.list
  2. | Int of Base.int Base.list
  3. | Float of Base.float Base.list
  4. | Bool of Base.bool Base.list
  5. | Type of Type.p Base.list
  6. | Shape of Dim.t Base.list Base.list