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

Method ExactNumBottomBlobs

include/caffe/layers/slice_layer.hpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 virtual inline const char* type() const { return "Slice"; }
29 virtual inline int ExactNumBottomBlobs() const { return 1; }
30 virtual inline int MinTopBlobs() const { return 1; }
31
32 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected