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

Method BackwardTo

src/caffe/net.cpp:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700
701template <typename Dtype>
702void Net<Dtype>::BackwardTo(int end) {
703 BackwardFromTo(layers_.size() - 1, end);
704}
705
706template <typename Dtype>
707void Net<Dtype>::Backward() {

Callers 1

TYPED_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.64