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

Method SigmoidLayer

include/caffe/layers/sigmoid_layer.hpp:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23class SigmoidLayer : public NeuronLayer<Dtype> {
24 public:
25 explicit SigmoidLayer(const LayerParameter& param)
26 : NeuronLayer<Dtype>(param) {}
27
28 virtual inline const char* type() const { return "Sigmoid"; }
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected