NnetComputeOptions Struct Reference

#include <nnet-compute.h>

Collaboration diagram for NnetComputeOptions:

Public Member Functions

 NnetComputeOptions ()
 
void Register (OptionsItf *opts)
 

Public Attributes

bool debug
 

Detailed Description

Definition at line 39 of file nnet-compute.h.

Constructor & Destructor Documentation

◆ NnetComputeOptions()

NnetComputeOptions ( )
inline

Definition at line 41 of file nnet-compute.h.

41 : debug(false) { }

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 42 of file nnet-compute.h.

References OptionsItf::Register().

Referenced by BatchedXvectorComputerOptions::Register(), NnetTrainerOptions::Register(), NnetSimpleLoopedComputationOptions::Register(), NnetSimpleComputationOptions::Register(), and NnetComputeProbOptions::Register().

42  {
43  opts->Register("debug", &debug, "If true, turn on "
44  "debug for the neural net computation (very verbose!) "
45  "Will be turned on regardless if --verbose >= 5");
46  }

Member Data Documentation

◆ debug


The documentation for this struct was generated from the following file: