package tensorflow

  1. Overview
  2. Docs
type t = {
  1. size : int;
  2. name : string option;
}
val create : ?name:string -> int -> t