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

Method batch_size

include/caffe/layers/memory_data_layer.hpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void set_batch_size(int new_size);
41
42 int batch_size() { return batch_size_; }
43 int channels() { return channels_; }
44 int height() { return height_; }
45 int width() { return width_; }

Callers 10

Net_SetInputArraysFunction · 0.80
DataLayerSetUpMethod · 0.80
load_batchMethod · 0.80
DataLayerSetUpMethod · 0.80
DataLayerSetUpMethod · 0.80
load_batchMethod · 0.80
DataLayerSetUpMethod · 0.80
load_batchMethod · 0.80
LayerSetUpMethod · 0.80
Forward_cpuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected