package owl-base

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

Source file owl_computation.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 1 "src/base/compute/owl_computation.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2019 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)


(* Module aliases for computation graph *)

module Type = Owl_computation_type

module Shape = Owl_computation_shape

module Symbol = Owl_computation_symbol

module Operator = Owl_computation_operator

module Optimiser = Owl_computation_optimiser

module Graph = Owl_computation_graph

module Engine = Owl_computation_engine
OCaml

Innovation. Community. Security.