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

Method ExactNumTopBlobs

include/caffe/layers/batch_reindex_layer.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected