Home
last modified time | relevance | path

Searched defs:negative_slope (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dleaky_relu.cc41 void LeakyRelu::Init(const float negative_slope) { this->set_negative_slope(negative_slope); } in Init()
43 void LeakyRelu::set_negative_slope(const float negative_slope) { in set_negative_slope()
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_activation_parser.cc30 float negative_slope = proto.relu_param().negative_slope(); in Parse() local
/third_party/mindspore/mindspore/common/
Dinitializer.py304 def __init__(self, negative_slope=0, mode='fan_in', nonlinearity='leaky_relu'): argument
351 def __init__(self, negative_slope=0, mode='fan_in', nonlinearity='leaky_relu'): argument
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto1029 optional float negative_slope = 1 [default = 0]; field