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

Method MinBottomBlobs

include/caffe/layers/base_conv_layer.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 const vector<Blob<Dtype>*>& top);
26
27 virtual inline int MinBottomBlobs() const { return 1; }
28 virtual inline int MinTopBlobs() const { return 1; }
29 virtual inline bool EqualNumBottomTopBlobs() const { return true; }
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected