Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
95
const std::pair<Tensor, Tensor> Cifar10::ReadTestData() {
96
return ReadFile(
"test_batch.bin"
);
97
}
98
} // namespace singa
Callers
3
Train
Function · 0.80
Train
Function · 0.80
Train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected