Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ Batch
Class
Batch
include/caffe/layers/base_data_layer.hpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
template <typename Dtype>
47
class Batch {
48
public:
49
Blob<Dtype> data_, label_;
50
};
51
52
template <typename Dtype>
53
class BasePrefetchingDataLayer :
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected