package owl

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

Source file owl_ndarray.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
# 1 "src/owl/core/owl_ndarray.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2017 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)

(** Tensor operations implementation in Owl's Ndarray *)


include Owl_ndarray_maths

include Owl_ndarray_conv

include Owl_ndarray_pool

include Owl_ndarray_contract

include Owl_ndarray_transpose

include Owl_ndarray_slide

include Owl_ndarray_sort

include Owl_ndarray_utils


(* ends here *)