package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable name : string option;
  2. mutable description : string option;
  3. mutable type_ : All_piqi.data_type option;
  4. mutable type_attr : string option;
  5. mutable number_attr : string option;
  6. mutable type_list_attr : string option;
  7. mutable is_ref : bool option;
}
OCaml

Innovation. Community. Security.