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

Method MinTopBlobs

include/caffe/layers/data_layer.hpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 virtual inline const char* type() const { return "Data"; }
24 virtual inline int ExactNumBottomBlobs() const { return 0; }
25 virtual inline int MinTopBlobs() const { return 1; }
26 virtual inline int MaxTopBlobs() const { return 2; }
27
28 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected