@brief Not implemented (non-differentiable function)
| 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected