Public Member Functions | |
StepInfo () | |
Public Attributes | |
int32 | node_index |
int32 | value |
int32 | deriv |
int32 | segment |
int32 | precomputed_indexes_index |
std::vector< Index > | output_indexes |
std::vector< int32 > | output_cindex_ids |
std::vector< int32 > | value_parts |
std::vector< int32 > | deriv_parts |
std::vector< std::vector< std::vector< std::pair< int32, int32 > > > > | input_locations_list |
Definition at line 71 of file nnet-compile.h.
|
inline |
Definition at line 110 of file nnet-compile.h.
int32 deriv |
Definition at line 74 of file nnet-compile.h.
Referenced by Compiler::AddBackwardStepComponent(), Compiler::AllocateMatrices(), Compiler::CompileBackwardDescriptor(), Compiler::CreateStepInfo(), Compiler::DeallocateMatrices(), and Compiler::OutputDebugInfo().
std::vector<int32> deriv_parts |
Definition at line 100 of file nnet-compile.h.
Referenced by Compiler::CompileBackwardSumDescriptor(), and Compiler::CreateStepInfo().
Definition at line 108 of file nnet-compile.h.
Referenced by Compiler::CompileBackwardSumDescriptor(), Compiler::CompileForwardSumDescriptor(), and Compiler::CreateStepInfo().
int32 node_index |
Definition at line 72 of file nnet-compile.h.
Referenced by Compiler::AllocateMatrices(), Compiler::CompileBackward(), Compiler::CompileBackwardDescriptor(), Compiler::CompileBackwardSumDescriptor(), Compiler::CompileForward(), Compiler::CompileForwardDescriptor(), Compiler::CompileForwardSumDescriptor(), Compiler::CreateStepInfo(), Compiler::DeallocateMatrices(), Compiler::IsInputStep(), Compiler::OutputDebugInfo(), and Compiler::SetUpPrecomputedIndexes().
std::vector<int32> output_cindex_ids |
Definition at line 89 of file nnet-compile.h.
Referenced by Compiler::AllocateMatrices(), and Compiler::CreateStepInfo().
std::vector<Index> output_indexes |
Definition at line 88 of file nnet-compile.h.
Referenced by Compiler::CreateStepInfo(), Compiler::OutputDebugInfo(), and Compiler::SetUpPrecomputedIndexes().
int32 precomputed_indexes_index |
Definition at line 86 of file nnet-compile.h.
Referenced by Compiler::SetUpPrecomputedIndexes().
int32 segment |
Definition at line 78 of file nnet-compile.h.
Referenced by Compiler::CreateStepInfo().
int32 value |
Definition at line 73 of file nnet-compile.h.
Referenced by Compiler::AddBackwardStepComponent(), Compiler::AddForwardStepComponent(), Compiler::AllocateMatrices(), Compiler::CompileForwardDescriptor(), Compiler::CreateStepInfo(), Compiler::DeallocateMatrices(), and Compiler::OutputDebugInfo().
std::vector<int32> value_parts |
Definition at line 97 of file nnet-compile.h.
Referenced by Compiler::CompileBackwardDescriptor(), Compiler::CompileForwardSumDescriptor(), and Compiler::CreateStepInfo().