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

Method OutputBlobNames

src/caffe/layers/rnn_layer.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template <typename Dtype>
36void RNNLayer<Dtype>::OutputBlobNames(vector<string>* names) const {
37 names->resize(1);
38 (*names)[0] = "o";
39}
40
41template <typename Dtype>
42void RNNLayer<Dtype>::FillUnrolledNet(NetParameter* net_param) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected