MCPcopy Create free account
hub / github.com/apache/singa / ReadTestData

Method ReadTestData

examples/cpp/cifar10/cifar10.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 return std::make_pair(images, labels);
94}
95const std::pair<Tensor, Tensor> Cifar10::ReadTestData() {
96 return ReadFile("test_batch.bin");
97}
98} // namespace singa

Callers 3

TrainFunction · 0.80
TrainFunction · 0.80
TrainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected