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

Method Backward_cpu

include/caffe/layers/threshold_layer.hpp:54–57  ·  view source on GitHub ↗

@brief Not implemented (non-differentiable function)

Source from the content-addressed store, hash-verified

52 const vector<Blob<Dtype>*>& top);
53 /// @brief Not implemented (non-differentiable function)
54 virtual void Backward_cpu(const vector<Blob<Dtype>*>& top,
55 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {
56 NOT_IMPLEMENTED;
57 }
58
59 Dtype threshold_;
60};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected