Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
caffe2::TensorFiller Class Reference

Public Member Functions

template<class Type , class Context >
void Fill (Tensor *tensor, Context *context) const
 
TensorFillerDist (FillerDistribution dist)
 
template<class Type >
TensorFillerMin (Type min)
 
template<class Type >
TensorFillerMax (Type max)
 
template<class Type >
TensorFillerFixedSum (Type fixed_sum)
 
template<class Type >
TensorFillerSparseLengths (Type total_length)
 
template<class Type >
TensorFillerSparseSegments (Type max_segment)
 
TensorFillerShape (const std::vector< int64_t > &shape)
 
template<class Type >
 TensorFiller (const std::vector< int64_t > &shape, Type fixed_sum)
 
 TensorFiller (const std::vector< int64_t > &shape)
 
std::string DebugString () const
 

Detailed Description

Definition at line 15 of file filler.h.


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