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

Method ExactNumTopBlobs

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

Source from the content-addressed store, hash-verified

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:
50 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected