Owl_algodiff_graph_convert.Makemodule Core : Owl_algodiff_core_sig.Sigval to_trace : Core.t list -> stringto_trace [t0; t1; ...] outputs the trace of computation graph on the terminal in a human-readable format.
val to_dot : Core.t list -> stringto_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.
val pp_num : Stdlib.Format.formatter -> Core.t -> unitpp_num t pretty prints the abstract number used in Algodiff.