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

Method ExactNumBottomBlobs

include/caffe/layers/hdf5_data_layer.hpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 virtual inline const char* type() const { return "HDF5Data"; }
35 virtual inline int ExactNumBottomBlobs() const { return 0; }
36 virtual inline int MinTopBlobs() const { return 1; }
37
38 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected