MCPcopy Create free account
hub / github.com/BVLC/caffe / GetSolverFromFile

Function GetSolverFromFile

python/caffe/_caffe.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199Solver<Dtype>* GetSolverFromFile(const string& filename) {
200 SolverParameter param;
201 ReadSolverParamsFromTextFileOrDie(filename, &param);
202 return SolverRegistry<Dtype>::CreateSolver(param);
203}
204
205struct NdarrayConverterGenerator {
206 template <typename T> struct apply;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected