Owl_types_computation_engine.Sig
module Graph : Owl_computation_graph_sig.Sig
val eval_arr : Graph.Optimiser.Operator.Symbol.Shape.Type.arr array -> unit
Execute actual computation included in each CGraph element (of output type ndarray) in an array.
val eval_elt : Graph.Optimiser.Operator.Symbol.Shape.Type.elt array -> unit
Execute actual computation included in each CGraph element (of output type float) in an array.
val eval_graph : Graph.graph -> unit
Execute actual computation of a computation graph.