package rune

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

Module Ir.DtypeSource

Sourcetype _ t =
  1. | Float32 : float t
  2. | Int32 : int32 t
  3. | Bool : bool t
  4. | Uint8 : int t
  5. | Unit : unit t
Sourcetype any =
  1. | Any_Dtype : 'a t -> any
Sourceval to_string : 'a. 'a t -> string
Sourceval any_to_string : any -> string
Sourceval sizeof_elt : 'a. 'a t -> int