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

Method ExactNumBottomBlobs

include/caffe/layers/loss_layer.hpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top);
31
32 virtual inline int ExactNumBottomBlobs() const { return 2; }
33
34 /**
35 * @brief For convenience and backwards compatibility, instruct the Net to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected