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

Method OutputBlobNames

src/caffe/layers/lstm_layer.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template <typename Dtype>
41void LSTMLayer<Dtype>::OutputBlobNames(vector<string>* names) const {
42 names->resize(1);
43 (*names)[0] = "h";
44}
45
46template <typename Dtype>
47void LSTMLayer<Dtype>::FillUnrolledNet(NetParameter* net_param) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected