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

Method LogLayer

include/caffe/layers/log_layer.hpp:30–31  ·  view source on GitHub ↗

* @param param provides LogParameter log_param, * with LogLayer options: * - scale (\b optional, default 1) the scale @f$ \alpha @f$ * - shift (\b optional, default 0) the shift @f$ \beta @f$ * - base (\b optional, default -1 for a value of @f$ e \approx 2.718 @f$) * the base @f$ \gamma @f$ */

Source from the content-addressed store, hash-verified

28 * the base @f$ \gamma @f$
29 */
30 explicit LogLayer(const LayerParameter& param)
31 : NeuronLayer<Dtype>(param) {}
32 virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom,
33 const vector<Blob<Dtype>*>& top);
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected