* \brief Constructor * \param f File name (format should just be a list of values) */
| 159 | * \param f File name (format should just be a list of values) |
| 160 | */ |
| 161 | ParameterInitFromFile(std::string f) : filename(f) {} |
| 162 | virtual void initialize_params(Tensor & values) const override; |
| 163 | private: |
| 164 | std::string filename; |
nothing calls this directly
no outgoing calls
no test coverage detected