package owl-base

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

Source file owl_computation_engine_sig.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 1 "src/base/compute/owl_computation_engine_sig.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2019 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)


module type Make_Graph_Sig = sig

  include Owl_computation_graph_sig.Sig

end


module type Flatten_Sig = sig

  include Owl_types_computation_engine.Sig

  include Owl_computation_graph_sig.Sig

  include Owl_computation_optimiser_sig.Sig

  include Owl_computation_operator_sig.Sig

  include Owl_computation_symbol_sig.Sig

  include Owl_computation_shape_sig.Sig

  include Owl_computation_type_sig.Sig

  include Owl_types_computation_device.Sig

  val number : Owl_types_common.number

end
OCaml

Innovation. Community. Security.