MCPcopy 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
46template <typename Dtype>
47class Batch {
48 public:
49 Blob<Dtype> data_, label_;
50};
51
52template <typename Dtype>
53class BasePrefetchingDataLayer :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected