b_backpropagate_buf_ | BlstmProjected | private |
b_bias_ | BlstmProjected | private |
b_bias_corr_ | BlstmProjected | private |
b_peephole_f_c_ | BlstmProjected | private |
b_peephole_f_c_corr_ | BlstmProjected | private |
b_peephole_i_c_ | BlstmProjected | private |
b_peephole_i_c_corr_ | BlstmProjected | private |
b_peephole_o_c_ | BlstmProjected | private |
b_peephole_o_c_corr_ | BlstmProjected | private |
b_propagate_buf_ | BlstmProjected | private |
b_w_gifo_r_ | BlstmProjected | private |
b_w_gifo_r_corr_ | BlstmProjected | private |
b_w_gifo_x_ | BlstmProjected | private |
b_w_gifo_x_corr_ | BlstmProjected | private |
b_w_r_m_ | BlstmProjected | private |
b_w_r_m_corr_ | BlstmProjected | private |
Backpropagate(const CuMatrixBase< BaseFloat > &in, const CuMatrixBase< BaseFloat > &out, const CuMatrixBase< BaseFloat > &out_diff, CuMatrix< BaseFloat > *in_diff) | Component | inline |
BackpropagateFnc(const CuMatrixBase< BaseFloat > &in, const CuMatrixBase< BaseFloat > &out, const CuMatrixBase< BaseFloat > &out_diff, CuMatrixBase< BaseFloat > *in_diff) | BlstmProjected | inlinevirtual |
bias_learn_rate_coef_ | UpdatableComponent | protected |
BlstmProjected(int32 input_dim, int32 output_dim) | BlstmProjected | inline |
cell_clip_ | BlstmProjected | private |
cell_diff_clip_ | BlstmProjected | private |
cell_dim_ | BlstmProjected | private |
Component(int32 input_dim, int32 output_dim) | Component | inline |
ComponentType enum name | Component | |
Copy() const | BlstmProjected | inlinevirtual |
diff_clip_ | BlstmProjected | private |
f_backpropagate_buf_ | BlstmProjected | private |
f_bias_ | BlstmProjected | private |
f_bias_corr_ | BlstmProjected | private |
f_peephole_f_c_ | BlstmProjected | private |
f_peephole_f_c_corr_ | BlstmProjected | private |
f_peephole_i_c_ | BlstmProjected | private |
f_peephole_i_c_corr_ | BlstmProjected | private |
f_peephole_o_c_ | BlstmProjected | private |
f_peephole_o_c_corr_ | BlstmProjected | private |
f_propagate_buf_ | BlstmProjected | private |
f_w_gifo_r_ | BlstmProjected | private |
f_w_gifo_r_corr_ | BlstmProjected | private |
f_w_gifo_x_ | BlstmProjected | private |
f_w_gifo_x_corr_ | BlstmProjected | private |
f_w_r_m_ | BlstmProjected | private |
f_w_r_m_corr_ | BlstmProjected | private |
GetGradient(VectorBase< BaseFloat > *gradient) const | BlstmProjected | inlinevirtual |
GetParams(VectorBase< BaseFloat > *params) const | BlstmProjected | inlinevirtual |
GetTrainOptions() const | UpdatableComponent | inline |
GetType() const | BlstmProjected | inlinevirtual |
grad_clip_ | BlstmProjected | private |
Info() const | BlstmProjected | inlinevirtual |
InfoGradient() const | BlstmProjected | inlinevirtual |
Init(const std::string &conf_line) | Component | static |
InitData(std::istream &is) | BlstmProjected | inlinevirtual |
input_dim_ | Component | protected |
InputDim() const | Component | inline |
IsMultistream() const | MultistreamComponent | inlinevirtual |
IsUpdatable() const | UpdatableComponent | inlinevirtual |
kActivationFunction enum value | Component | |
kAddShift enum value | Component | |
kAffineTransform enum value | Component | |
kAveragePoolingComponent enum value | Component | |
kBlockLinearity enum value | Component | |
kBlockSoftmax enum value | Component | |
kBlstmProjected enum value | Component | |
kConvolutionalComponent enum value | Component | |
kCopy enum value | Component | |
kDropout enum value | Component | |
kFramePoolingComponent enum value | Component | |
kHiddenSoftmax enum value | Component | |
kKlHmm enum value | Component | |
kLengthNormComponent enum value | Component | |
kLinearTransform enum value | Component | |
kLstmProjected enum value | Component | |
kMarkerMap | Component | static |
kMaxPoolingComponent enum value | Component | |
kMultiBasisComponent enum value | Component | |
kParallelComponent enum value | Component | |
kParametricRelu enum value | Component | |
kRbm enum value | Component | |
kRecurrentComponent enum value | Component | |
kRescale enum value | Component | |
kSentenceAveragingComponent enum value | Component | |
kSigmoid enum value | Component | |
kSimpleSentenceAveragingComponent enum value | Component | |
kSoftmax enum value | Component | |
kSplice enum value | Component | |
kTanh enum value | Component | |
kTranform enum value | Component | |
kTranspose enum value | Component | |
kUnknown enum value | Component | |
kUpdatableComponent enum value | Component | |
learn_rate_coef_ | UpdatableComponent | protected |
MarkerToType(const std::string &s) | Component | static |
MultistreamComponent(int32 input_dim, int32 output_dim) | MultistreamComponent | inline |
NumParams() const | BlstmProjected | inlinevirtual |
NumStreams() const | MultistreamComponent | inline |
opts_ | UpdatableComponent | protected |
output_dim_ | Component | protected |
OutputDim() const | Component | inline |
proj_dim_ | BlstmProjected | private |
Propagate(const CuMatrixBase< BaseFloat > &in, CuMatrix< BaseFloat > *out) | Component | inline |
PropagateFnc(const CuMatrixBase< BaseFloat > &in, CuMatrixBase< BaseFloat > *out) | BlstmProjected | inlinevirtual |
Read(std::istream &is, bool binary) | Component | static |
ReadData(std::istream &is, bool binary) | BlstmProjected | inlinevirtual |
ResetStreams(const std::vector< int32 > &stream_reset_flag) | MultistreamComponent | inlinevirtual |
sequence_lengths_ | MultistreamComponent | protected |
SetBiasLearnRateCoef(BaseFloat val) | UpdatableComponent | inlinevirtual |
SetLearnRateCoef(BaseFloat val) | UpdatableComponent | inlinevirtual |
SetParams(const VectorBase< BaseFloat > ¶ms) | BlstmProjected | inlinevirtual |
SetSeqLengths(const std::vector< int32 > &sequence_lengths) | MultistreamComponent | inlinevirtual |
SetTrainOptions(const NnetTrainOptions &opts) | UpdatableComponent | inlinevirtual |
TypeToMarker(ComponentType t) | Component | static |
UpdatableComponent(int32 input_dim, int32 output_dim) | UpdatableComponent | inline |
Update(const CuMatrixBase< BaseFloat > &input, const CuMatrixBase< BaseFloat > &diff) | BlstmProjected | inlinevirtual |
Write(std::ostream &os, bool binary) const | Component | |
WriteData(std::ostream &os, bool binary) const | BlstmProjected | inlinevirtual |
~BlstmProjected() | BlstmProjected | inline |
~Component() | Component | inlinevirtual |
~UpdatableComponent() | UpdatableComponent | inlinevirtual |