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

Method ExactNumTopBlobs

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

Source from the content-addressed store, hash-verified

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:
30 virtual void Forward_cpu(const vector<Blob<Dtype>*>& bottom,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected