|
|
template<class Type , class Context > |
| void | Fill (Tensor *tensor, Context *context) const |
| |
|
TensorFiller & | Dist (FillerDistribution dist) |
| |
|
template<class Type > |
| TensorFiller & | Min (Type min) |
| |
|
template<class Type > |
| TensorFiller & | Max (Type max) |
| |
|
template<class Type > |
| TensorFiller & | FixedSum (Type fixed_sum) |
| |
|
template<class Type > |
| TensorFiller & | SparseLengths (Type total_length) |
| |
|
template<class Type > |
| TensorFiller & | SparseSegments (Type max_segment) |
| |
|
TensorFiller & | Shape (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 |
| |
Definition at line 15 of file filler.h.
The documentation for this class was generated from the following file: