@brief Not implemented (non-differentiable function)
| 63 | const vector<Blob<Dtype>*>& top); |
| 64 | /// @brief Not implemented (non-differentiable function) |
| 65 | virtual void Backward_cpu(const vector<Blob<Dtype>*>& top, |
| 66 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) { |
| 67 | NOT_IMPLEMENTED; |
| 68 | } |
| 69 | bool out_max_val_; |
| 70 | size_t top_k_; |
| 71 | bool has_axis_; |
nothing calls this directly
no outgoing calls
no test coverage detected