Caffe
Public Member Functions | List of all members
caffe::PositiveUnitballFiller< Dtype > Class Template Reference

Fills a Blob with values $ x \in [0, 1] $ such that $ \forall i \sum_j x_{ij} = 1 $. More...

#include <filler.hpp>

Inheritance diagram for caffe::PositiveUnitballFiller< Dtype >:
caffe::Filler< Dtype >

Public Member Functions

 PositiveUnitballFiller (const FillerParameter &param)
 
virtual void Fill (Blob< Dtype > *blob)
 
- Public Member Functions inherited from caffe::Filler< Dtype >
 Filler (const FillerParameter &param)
 

Additional Inherited Members

- Protected Attributes inherited from caffe::Filler< Dtype >
FillerParameter filler_param_
 

Detailed Description

template<typename Dtype>
class caffe::PositiveUnitballFiller< Dtype >

Fills a Blob with values $ x \in [0, 1] $ such that $ \forall i \sum_j x_{ij} = 1 $.


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