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

Method ExactNumBottomBlobs

include/caffe/layers/crop_layer.hpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected