package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable ret : string list;
  2. mutable op : string option;
  3. mutable arg : string list;
  4. mutable dep : string list;
  5. mutable attr : All_piqi.function_def_node_attr_entry list;
}
OCaml

Innovation. Community. Security.