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

Method ExactNumBottomBlobs

include/caffe/layers/lstm_layer.hpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 virtual inline const char* type() const { return "LSTMUnit"; }
77 virtual inline int ExactNumBottomBlobs() const { return 3; }
78 virtual inline int ExactNumTopBlobs() const { return 2; }
79
80 virtual inline bool AllowForceBackward(const int bottom_index) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected