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

Method ExactNumBottomBlobs

include/caffe/layers/accuracy_layer.hpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 virtual inline const char* type() const { return "Accuracy"; }
37 virtual inline int ExactNumBottomBlobs() const { return 2; }
38
39 // If there are two top blobs, then the second blob will contain
40 // accuracies per class.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected