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

Method MinTopBlobs

include/caffe/layers/input_layer.hpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 virtual inline const char* type() const { return "Input"; }
30 virtual inline int ExactNumBottomBlobs() const { return 0; }
31 virtual inline int MinTopBlobs() const { return 1; }
32
33 protected:
34 virtual void Forward_cpu(const vector<Blob<Dtype>*>& bottom,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected