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

Method ExactNumTopBlobs

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

Source from the content-addressed store, hash-verified

33 virtual inline const char* type() const { return "WindowData"; }
34 virtual inline int ExactNumBottomBlobs() const { return 0; }
35 virtual inline int ExactNumTopBlobs() const { return 2; }
36
37 protected:
38 virtual unsigned int PrefetchRand();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected