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

Method MathFunctionsTest

src/caffe/test/test_math_functions.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 protected:
21 MathFunctionsTest()
22 : blob_bottom_(new Blob<Dtype>()),
23 blob_top_(new Blob<Dtype>()) {
24 }
25
26 virtual void SetUp() {
27 Caffe::set_random_seed(1701);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected