package tensorflow

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

Innovation. Community. Security.