|
|
@ -96,7 +96,7 @@ T NormalizeBBoxLayer::getParameter(const LayerParams ¶ms, |
|
|
|
|
|
|
|
|
|
|
|
NormalizeBBoxLayer::NormalizeBBoxLayer(LayerParams ¶ms) : Layer(params) |
|
|
|
NormalizeBBoxLayer::NormalizeBBoxLayer(LayerParams ¶ms) : Layer(params) |
|
|
|
{ |
|
|
|
{ |
|
|
|
_eps = getParameter<float>(params, "eps", 0, false, 1e-10); |
|
|
|
_eps = getParameter<float>(params, "eps", 0, false, 1e-10f); |
|
|
|
_across_spatial = getParameter<bool>(params, "across_spatial"); |
|
|
|
_across_spatial = getParameter<bool>(params, "across_spatial"); |
|
|
|
_channel_shared = getParameter<bool>(params, "channel_shared"); |
|
|
|
_channel_shared = getParameter<bool>(params, "channel_shared"); |
|
|
|
} |
|
|
|
} |
|
|
|