package owl-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Owl_algodiff_graph_convert_sig.SigSource

Sourcetype t
Sourceval to_trace : t list -> string

to_trace [t0; t1; ...] outputs the trace of computation graph on the terminal in a human-readable format.

Sourceval to_dot : t list -> 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.

Sourceval pp_num : Format.formatter -> t -> unit

pp_num t pretty prints the abstract number used in Algodiff.

OCaml

Innovation. Community. Security.