Apollo 10.0
自动驾驶开放平台
|
Public 类型 | |
enum | ActivationFunc { RELU = 0 , TANH = 1 , SIGMOID = 2 } |
Public 属性 | |
optional int32 | layer_input_dim = 1 |
optional int32 | layer_output_dim = 2 |
optional Matrix | layer_input_weight = 3 |
optional Vector | layer_bias = 4 |
optional ActivationFunc | layer_activation_func = 5 |
在文件 fnn_model.proto 第 13 行定义.
枚举值 | |
---|---|
RELU | |
TANH | |
SIGMOID |
在文件 fnn_model.proto 第 14 行定义.
optional ActivationFunc apollo::sim_control::Layer::layer_activation_func = 5 |
在文件 fnn_model.proto 第 23 行定义.
optional Vector apollo::sim_control::Layer::layer_bias = 4 |
在文件 fnn_model.proto 第 22 行定义.
optional int32 apollo::sim_control::Layer::layer_input_dim = 1 |
在文件 fnn_model.proto 第 19 行定义.
optional Matrix apollo::sim_control::Layer::layer_input_weight = 3 |
在文件 fnn_model.proto 第 21 行定义.
optional int32 apollo::sim_control::Layer::layer_output_dim = 2 |
在文件 fnn_model.proto 第 20 行定义.