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

Method ExactNumBottomBlobs

include/caffe/layers/image_data_layer.hpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 virtual inline const char* type() const { return "ImageData"; }
32 virtual inline int ExactNumBottomBlobs() const { return 0; }
33 virtual inline int ExactNumTopBlobs() const { return 2; }
34
35 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected