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

Method DataTransformTest

src/caffe/test/test_data_transformer.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class DataTransformTest : public ::testing::Test {
34 protected:
35 DataTransformTest()
36 : seed_(1701),
37 num_iter_(10) {}
38
39 int NumSequenceMatches(const TransformationParameter transform_param,
40 const Datum& datum, Phase phase) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected