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

Method BackwardFrom

src/caffe/net.cpp:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695
696template <typename Dtype>
697void Net<Dtype>::BackwardFrom(int start) {
698 BackwardFromTo(start, 0);
699}
700
701template <typename Dtype>
702void Net<Dtype>::BackwardTo(int end) {

Callers 2

TYPED_TESTFunction · 0.80
Backward_cpuMethod · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64