This is the complete list of members for LogSoftmaxComponent, including all inherited members.
Add(BaseFloat alpha, const Component &other) | NonlinearComponent | virtual |
Backprop(const std::string &debug_info, const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_value, const CuMatrixBase< BaseFloat > &out_deriv, void *memo, Component *to_update, CuMatrixBase< BaseFloat > *in_deriv) const | LogSoftmaxComponent | virtual |
block_dim_ | NonlinearComponent | protected |
Component() | Component | inline |
ConsolidateMemory() | NonlinearComponent | virtual |
Copy() const | LogSoftmaxComponent | inlinevirtual |
Count() const | NonlinearComponent | inline |
count_ | NonlinearComponent | protected |
DeleteMemo(void *memo) const | Component | inlinevirtual |
deriv_sum_ | NonlinearComponent | protected |
DerivSum() const | NonlinearComponent | inline |
dim_ | NonlinearComponent | protected |
GetInputIndexes(const MiscComputationInfo &misc_info, const Index &output_index, std::vector< Index > *desired_indexes) const | Component | virtual |
Info() const | NonlinearComponent | virtual |
InitFromConfig(ConfigLine *cfl) | NonlinearComponent | virtual |
InputDim() const | NonlinearComponent | inlinevirtual |
IsComputable(const MiscComputationInfo &misc_info, const Index &output_index, const IndexSet &input_index_set, std::vector< Index > *used_inputs) const | Component | virtual |
kUnsetThreshold enum value | NonlinearComponent | protected |
LogSoftmaxComponent(const LogSoftmaxComponent &other) | LogSoftmaxComponent | inlineexplicit |
LogSoftmaxComponent() | LogSoftmaxComponent | inline |
NewComponentOfType(const std::string &type) | Component | static |
NonlinearComponent() | NonlinearComponent | |
NonlinearComponent(const NonlinearComponent &other) | NonlinearComponent | explicit |
num_dims_processed_ | NonlinearComponent | protected |
num_dims_self_repaired_ | NonlinearComponent | protected |
oderiv_count_ | NonlinearComponent | protected |
oderiv_sumsq_ | NonlinearComponent | protected |
operator=(const LogSoftmaxComponent &other) | LogSoftmaxComponent | private |
kaldi::nnet3::NonlinearComponent::operator=(const NonlinearComponent &other) | NonlinearComponent | protected |
OutputDim() const | NonlinearComponent | inlinevirtual |
PrecomputeIndexes(const MiscComputationInfo &misc_info, const std::vector< Index > &input_indexes, const std::vector< Index > &output_indexes, bool need_backprop) const | Component | inlinevirtual |
Propagate(const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &in, CuMatrixBase< BaseFloat > *out) const | LogSoftmaxComponent | virtual |
Properties() const | LogSoftmaxComponent | inlinevirtual |
Read(std::istream &is, bool binary) | NonlinearComponent | virtual |
ReadNew(std::istream &is, bool binary) | Component | static |
ReorderIndexes(std::vector< Index > *input_indexes, std::vector< Index > *output_indexes) const | Component | inlinevirtual |
Scale(BaseFloat scale) | NonlinearComponent | virtual |
self_repair_lower_threshold_ | NonlinearComponent | protected |
self_repair_scale_ | NonlinearComponent | protected |
self_repair_upper_threshold_ | NonlinearComponent | protected |
StoreBackpropStats(const CuMatrixBase< BaseFloat > &out_deriv) | NonlinearComponent | protected |
StoreStats(const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_value, void *memo) | Component | inlinevirtual |
StoreStatsInternal(const CuMatrixBase< BaseFloat > &out_value, const CuMatrixBase< BaseFloat > *deriv=NULL) | NonlinearComponent | protected |
Type() const | LogSoftmaxComponent | inlinevirtual |
value_sum_ | NonlinearComponent | protected |
ValueSum() const | NonlinearComponent | inline |
Write(std::ostream &os, bool binary) const | NonlinearComponent | virtual |
ZeroStats() | NonlinearComponent | virtual |
~Component() | Component | inlinevirtual |