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

Class AdaDeltaSolverTest

src/caffe/test/test_gradient_based_solver.cpp:956–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954
955template <typename TypeParam>
956class AdaDeltaSolverTest : public GradientBasedSolverTest<TypeParam> {
957 typedef typename TypeParam::Dtype Dtype;
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);
966

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected