package owl-base

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing - Base

Install

dune-project
 Dependency

Authors

Maintainers

Sources

owl-0.7.1.tbz
sha256=4efa33bb2f04fa14f493a3dd9bf4210895ff558d490cf8c3bd1484ba20ff26f3
sha512=1c03d0822a642975ab0b08e621012e17b7b41563196e7c2e93dd2e3338a9b0b37a63c1c6a786b8a40f32f9bd21b4c57f898b12e1b1cdd892b78fe4927e4c35b6

doc/owl-base/Owl_computation_engine_sig/module-type-Make_Graph_Sig/index.html

Module type Owl_computation_engine_sig.Make_Graph_Sig

include Owl_computation_graph_sig.Sig
Type definition
type graph

TODO

Core functions
val shape_or_value : Optimiser.Operator.Symbol.Shape.Type.t -> string

TODO

val graph_to_dot : graph -> string

TODO

val graph_to_trace : graph -> string

TODO

val save_graph : 'a -> string -> unit

TODO

val load_graph : string -> 'a * 'b

TODO

val invalidate_rvs : graph -> unit

TODO

val is_iopair_safe : 'a Owl_graph.node -> 'a Owl_graph.node -> bool

TODO

val update_iopair : graph -> unit

TODO

val remove_unused_iopair : 'a Owl_graph.node array -> 'b array -> 'a Owl_graph.node array * 'b array

TODO

val optimise : graph -> unit

TODO