package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable name : string option;
  2. mutable input_arg : Graph_piqi.op_def_arg_def list;
  3. mutable output_arg : Graph_piqi.op_def_arg_def list;
  4. mutable attr : Graph_piqi.op_def_attr_def list;
  5. mutable deprecation : Graph_piqi.op_deprecation option;
  6. mutable summary : string option;
  7. mutable description : string option;
  8. mutable is_commutative : bool option;
  9. mutable is_aggregate : bool option;
  10. mutable is_stateful : bool option;
  11. mutable allows_uninitialized_input : bool option;
}
OCaml

Innovation. Community. Security.