Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace wasm

Index

Classes

Type aliases

Variables

Type aliases

DTypeWasm

DTypeWasm: "float64" | "float32" | "int32" | "int16" | "int8" | "uint32" | "uint16" | "uint8"

WT

WT: { float32: WTF32; float64: WTF64; int16: WTI16; int32: WTI32; int8: WTI8; uint16: WTU16; uint32: WTU32; uint8: WTU8 }

Type declaration

  • float32: WTF32
  • float64: WTF64
  • int16: WTI16
  • int32: WTI32
  • int8: WTI8
  • uint16: WTU16
  • uint32: WTU32
  • uint8: WTU8

Variables

Let tensorConstructor

tensorConstructor: {}

Type declaration

  • [name: string]: any

Const wasmLoaded

wasmLoaded: Promise<void> = ...

Generated using TypeDoc