Options
All
  • Public
  • Public/Protected
  • All
Menu

Project @hoff97/tensor-js

Index

Namespaces

Classes

Type aliases

Type aliases

Activation

Activation: "id" | "relu" | "relu6"

Activation functions supported in some operators

DType

DType: "float64" | "float32" | "float16" | "int32" | "int16" | "int8" | "uint32" | "uint16" | "uint8"

Tensor data types available in tensor-js

PadMode

PadMode: "constant" | "reflect" | "edge"

Generated using TypeDoc