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

Method BatchNormLayer

include/caffe/layers/batch_norm_layer.hpp:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40class BatchNormLayer : public Layer<Dtype> {
41 public:
42 explicit BatchNormLayer(const LayerParameter& param)
43 : Layer<Dtype>(param) {}
44 virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom,
45 const vector<Blob<Dtype>*>& top);
46 virtual void Reshape(const vector<Blob<Dtype>*>& bottom,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected