Module Ocannl_tensor

module Operation : sig ... end

Computational primitives for neural networks, integrating Tensor with Assignments.

module PrintBox_utils : sig ... end

PrintBox helpers shared by tensor printing, the tutorials and the benchmarks: the dag pre-layout that Tensor.print renders, a wrapper over printbox-ext-plot plots, and the benchmark comparison table. The module exports what those callers use; the sexp converters behind the layout types had no caller and are not derived (gh-ocannl-915).

module Row : sig ... end

The row type, shape inference related types and constraint solving.

module Shape : sig ... end
module Tensor : sig ... end