package torch

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

Module Torch_core.KindSource

Sourcetype _ t =
  1. | Uint8 : [ `u8 ] t
  2. | Int8 : [ `i8 ] t
  3. | Int16 : [ `i16 ] t
  4. | Int : [ `i32 ] t
  5. | Int64 : [ `i64 ] t
  6. | Half : [ `f16 ] t
  7. | Float : [ `f32 ] t
  8. | Double : [ `f64 ] t
  9. | ComplexHalf : [ `c16 ] t
  10. | ComplexFloat : [ `c32 ] t
  11. | ComplexDouble : [ `c64 ] t
  12. | Bool : [ `bool ] t
Sourceval u8 : [ `u8 ] t
Sourceval i8 : [ `i8 ] t
Sourceval i16 : [ `i16 ] t
Sourceval i32 : [ `i32 ] t
Sourceval i64 : [ `i64 ] t
Sourceval f16 : [ `f16 ] t
Sourceval f32 : [ `f32 ] t
Sourceval f64 : [ `f64 ] t
Sourceval c16 : [ `c16 ] t
Sourceval c32 : [ `c32 ] t
Sourceval c64 : [ `c64 ] t
Sourceval bool : [ `bool ] t
Sourcetype packed =
  1. | T : _ t -> packed
Sourceval to_int : _ t -> int
Sourceval packed_to_int : packed -> int
Sourceval of_int_exn : int -> packed
Sourceval (<>) : packed -> packed -> bool
OCaml

Innovation. Community. Security.