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

Method MinTopBlobs

include/caffe/layers/split_layer.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 virtual inline const char* type() const { return "Split"; }
27 virtual inline int ExactNumBottomBlobs() const { return 1; }
28 virtual inline int MinTopBlobs() const { return 1; }
29
30 protected:
31 virtual void Forward_cpu(const vector<Blob<Dtype>*>& bottom,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected