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

Method InitSolver

src/caffe/test/test_gradient_based_solver.cpp:960–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958
959 protected:
960 virtual void InitSolver(const SolverParameter& param) {
961 this->solver_.reset(new AdaDeltaSolver<Dtype>(param));
962 }
963};
964
965TYPED_TEST_CASE(AdaDeltaSolverTest, TestDtypesAndDevices);

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected