package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable name : string option;
  2. mutable op : string option;
  3. mutable input : string list;
  4. mutable device : string option;
  5. mutable attr : Graph_piqi.node_def_attr_entry list;
}
OCaml

Innovation. Community. Security.