package tensorflow

  1. Overview
  2. Docs
type !'a t =
  1. | D1 : int -> _1d t
  2. | D2 : int * int -> _2d t
  3. | D3 : int * int * int -> _3d t