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

Method MinTopBlobs

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

Source from the content-addressed store, hash-verified

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
31 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected