Options
All
  • Public
  • Public/Protected
  • All
Menu

Dictionary of modules. Use this if you want to store submodules in a dictionary

Hierarchy

Index

Constructors

constructor

Properties

backend

backend: Backend = 'CPU'

mode

mode: Mode = 'train'

modules

modules: {} = ...

Type declaration

Methods

forward

get

getParameters

getSubModules

set

  • set(key: string, module: Module): void

toBackend

  • toBackend(backend: Backend): Promise<void>

toCPU

  • toCPU(): Promise<void>

toGPU

  • toGPU(): Promise<void>

toWASM

  • toWASM(): Promise<void>

Generated using TypeDoc