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

Method RecurrentOutputBlobNames

src/caffe/layers/rnn_layer.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ExactNumTopBlobsMethod · 0.45

Calls 1

format_intFunction · 0.85

Tested by

no test coverage detected