package tensorflow

  1. Overview
  2. Docs
type 'a t = {
  1. type_ : Type.p;
  2. shape : int list;
  3. values : 'a list;
}