123456789101112131415161718192021# 1 "src/base/algodiff/owl_algodiff_graph_convert_sig.ml"(*
* OWL - OCaml Scientific and Engineering Computing
* Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk>
*)moduletypeSig=sigtypetvalto_trace:tlist->string(** ``to_trace [t0; t1; ...]`` outputs the trace of computation graph on the terminal
in a human-readable format. *)valto_dot:tlist->string(** ``to_dot [t0; t1; ...]`` outputs the trace of computation graph in the dot file
format which you can use other tools further visualisation, such as Graphviz. *)valpp_num:Format.formatter->t->unit[@@ocaml.toplevel_printer](** ``pp_num t`` pretty prints the abstract number used in ``Algodiff``. *)end