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

Method ExactNumBottomBlobs

include/caffe/layers/argmax_layer.hpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 virtual inline const char* type() const { return "ArgMax"; }
46 virtual inline int ExactNumBottomBlobs() const { return 1; }
47 virtual inline int ExactNumTopBlobs() const { return 1; }
48
49 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected