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

Method RecurrentOutputBlobNames

src/caffe/layers/lstm_layer.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20template <typename Dtype>
21void LSTMLayer<Dtype>::RecurrentOutputBlobNames(vector<string>* names) const {
22 names->resize(2);
23 (*names)[0] = "h_" + format_int(this->T_);
24 (*names)[1] = "c_T";
25}
26
27template <typename Dtype>
28void LSTMLayer<Dtype>::RecurrentInputShapes(vector<BlobShape>* shapes) const {

Callers

nothing calls this directly

Calls 1

format_intFunction · 0.85

Tested by

no test coverage detected