|
| DataRandomFiller (const NetDef &run_net, const std::vector< std::vector< std::vector< int64_t >>> &input_dims, const std::vector< std::vector< std::string >> &input_types) |
|
void | fill_input_internal (TensorList_t *input_data) const override |
|
void | fill_parameter (Workspace *ws) const override |
|
size_t | fill_input (TensorList_t *input_data) const |
|
const std::vector< std::string > & | get_input_names () const |
|
|
using | filler_type_pair_t = std::pair< TensorFiller, std::string > |
|
|
TensorFiller | get_tensor_filler (const OperatorDef &op_def, int input_index, const std::vector< std::vector< int64_t >> &input_dims) |
|
|
std::unordered_map< std::string, filler_type_pair_t > | parameters_ |
|
std::unordered_map< std::string, filler_type_pair_t > | inputs_ |
|
std::vector< std::string > | input_names_ |
|
Definition at line 87 of file data_filler.h.
The documentation for this class was generated from the following files: