MCPcopy Create free account
hub / github.com/clab/dynet / ParameterInitFromFile

Method ParameterInitFromFile

dynet/param-init.h:161–161  ·  view source on GitHub ↗

* \brief Constructor * \param f File name (format should just be a list of values) */

Source from the content-addressed store, hash-verified

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;
163private:
164 std::string filename;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected