package owl-base

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

Module Owl_types_commonSource

Sourcetype number =
  1. | F32
  2. | F64
  3. | C32
  4. | C64
Sourcetype ('a, 'b) owl_arr = ('a, 'b, Bigarray.c_layout) Bigarray.Genarray.t
Sourcetype index =
  1. | I of int
  2. | L of int list
  3. | R of int list
Sourcetype slice = index list
Sourcetype index_ =
  1. | I_ of int
  2. | L_ of int array
  3. | R_ of int array
Sourcetype slice_ = index_ array
Sourcetype padding =
  1. | SAME
  2. | VALID
Sourcetype device_type =
  1. | CPU
  2. | OpenCL
  3. | CUDA