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

Class CPUMathFunctionsTest

src/caffe/test/test_math_functions.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46template <typename Dtype>
47class CPUMathFunctionsTest
48 : public MathFunctionsTest<CPUDevice<Dtype> > {
49};
50
51TYPED_TEST_CASE(CPUMathFunctionsTest, TestDtypes);
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected