Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_SetInputArrays
Function · 0.80
DataLayerSetUp
Method · 0.80
load_batch
Method · 0.80
DataLayerSetUp
Method · 0.80
DataLayerSetUp
Method · 0.80
load_batch
Method · 0.80
DataLayerSetUp
Method · 0.80
load_batch
Method · 0.80
LayerSetUp
Method · 0.80
Forward_cpu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected