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

Method MinBottomBlobs

include/caffe/layers/filter_layer.hpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 virtual inline const char* type() const { return "Filter"; }
29 virtual inline int MinBottomBlobs() const { return 2; }
30 virtual inline int MinTopBlobs() const { return 1; }
31
32 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected