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

Method RecurrentInputBlobNames

src/caffe/layers/rnn_layer.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template <typename Dtype>
14void RNNLayer<Dtype>::RecurrentInputBlobNames(vector<string>* names) const {
15 names->resize(1);
16 (*names)[0] = "h_0";
17}
18
19template <typename Dtype>
20void RNNLayer<Dtype>::RecurrentOutputBlobNames(vector<string>* names) const {

Callers 1

MinBottomBlobsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected