123456789101112131415161718192021# 1 "src/base/compute/owl_computation_optimiser_sig.ml"(*
* OWL - OCaml Scientific Computing
* Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz>
*)(* Functor of making the symbols of a computation graph. *)moduletypeSig=sigmoduleOperator:Owl_computation_operator_sig.SigopenOperator.Symbol.Shape.Type(** {5 Core functions} *)valestimate_complexity:'aOwl_graph.nodearray->int*int(** TODO *)valoptimise_nodes:attrOwl_graph.nodearray->unit(** TODO *)end