package tensorflow

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