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

Method ExactNumBottomBlobs

include/caffe/layers/batch_norm_layer.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 virtual inline const char* type() const { return "BatchNorm"; }
50 virtual inline int ExactNumBottomBlobs() const { return 1; }
51 virtual inline int ExactNumTopBlobs() const { return 1; }
52
53 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected