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

Method ExactNumBottomBlobs

include/caffe/layers/softmax_layer.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25 virtual inline const char* type() const { return "Softmax"; }
26 virtual inline int ExactNumBottomBlobs() const { return 1; }
27 virtual inline int ExactNumTopBlobs() const { return 1; }
28
29 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected