package tensorflow

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