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

Class AdaGradSolverTest

src/caffe/test/test_gradient_based_solver.cpp:723–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721
722template <typename TypeParam>
723class AdaGradSolverTest : public GradientBasedSolverTest<TypeParam> {
724 typedef typename TypeParam::Dtype Dtype;
725
726 protected:
727 virtual void InitSolver(const SolverParameter& param) {
728 this->solver_.reset(new AdaGradSolver<Dtype>(param));
729 }
730};
731
732TYPED_TEST_CASE(AdaGradSolverTest, TestDtypesAndDevices);
733

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected