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

Method ExactNumTopBlobs

include/caffe/layers/hdf5_output_layer.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 // TODO: no limit on the number of blobs
37 virtual inline int ExactNumBottomBlobs() const { return 2; }
38 virtual inline int ExactNumTopBlobs() const { return 0; }
39
40 inline std::string file_name() const { return file_name_; }
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected