* @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$ */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected