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

Method Backward_cpu

include/caffe/layers/argmax_layer.hpp:65–68  ·  view source on GitHub ↗

@brief Not implemented (non-differentiable function)

Source from the content-addressed store, hash-verified

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_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected