package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable op : string option;
  2. mutable device_type : string option;
  3. mutable constraint_ : All_piqi.kernel_def_attr_constraint list;
  4. mutable host_memory_arg : string list;
  5. mutable label : string option;
}
OCaml

Innovation. Community. Security.