#include <nnet-general-component.h>


Public Member Functions | |
| BackpropTruncationComponentPrecomputedIndexes () | |
| virtual | ~BackpropTruncationComponentPrecomputedIndexes () | 
| virtual ComponentPrecomputedIndexes * | Copy () const | 
| virtual void | Write (std::ostream &ostream, bool binary) const | 
| virtual void | Read (std::istream &istream, bool binary) | 
| virtual std::string | Type () const | 
  Public Member Functions inherited from ComponentPrecomputedIndexes | |
| virtual | ~ComponentPrecomputedIndexes () | 
Public Attributes | |
| CuVector< BaseFloat > | zeroing | 
| BaseFloat | zeroing_sum | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ComponentPrecomputedIndexes | |
| static ComponentPrecomputedIndexes * | ReadNew (std::istream &is, bool binary) | 
| static ComponentPrecomputedIndexes * | NewComponentPrecomputedIndexesOfType (const std::string &cpi_type) | 
Definition at line 569 of file nnet-general-component.h.
Definition at line 583 of file nnet-general-component.h.
      
  | 
  inlinevirtual | 
Definition at line 587 of file nnet-general-component.h.
      
  | 
  inlinevirtual | 
Implements ComponentPrecomputedIndexes.
Definition at line 589 of file nnet-general-component.h.
References DistributeComponent::Read(), and DistributeComponent::Write().
      
  | 
  virtual | 
Implements ComponentPrecomputedIndexes.
Definition at line 969 of file nnet-general-component.cc.
References kaldi::ExpectOneOrTwoTokens(), kaldi::nnet3::ExpectToken(), and kaldi::ReadBasicType().
      
  | 
  inlinevirtual | 
Implements ComponentPrecomputedIndexes.
Definition at line 597 of file nnet-general-component.h.
      
  | 
  virtual | 
Implements ComponentPrecomputedIndexes.
Definition at line 957 of file nnet-general-component.cc.
References kaldi::WriteBasicType(), and kaldi::WriteToken().
Definition at line 577 of file nnet-general-component.h.
Referenced by BackpropTruncationComponent::Backprop(), and BackpropTruncationComponent::PrecomputeIndexes().
| BaseFloat zeroing_sum | 
Definition at line 581 of file nnet-general-component.h.
Referenced by BackpropTruncationComponent::Backprop(), and BackpropTruncationComponent::PrecomputeIndexes().