123456789101112131415161718192021222324# 1 "src/base/compute/owl_computation_optimiser_sig.ml"(*
* OWL - OCaml Scientific and Engineering Computing
* Copyright (c) 2016-2018 Liang Wang <liang.wang@cl.cam.ac.uk>
*)(* Functor of making the symbols of a computation graph. *)moduletypeSig=sigmoduleOperator:Owl_computation_operator_sig.SigopenOperator.Symbol.Shape.Type(** {6 Core functions} *)valestimate_complexity:'aOwl_graph.nodearray->int*int(** TODO *)valoptimise_nodes:attrOwl_graph.nodearray->unit(** TODO *)end