Apollo 10.0
自动驾驶开放平台
apollo::sim_control::Layer结构体 参考
apollo::sim_control::Layer 的协作图:

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.proto13 行定义.

成员枚举类型说明

◆ ActivationFunc

枚举值
RELU 
TANH 
SIGMOID 

在文件 fnn_model.proto14 行定义.

类成员变量说明

◆ layer_activation_func

optional ActivationFunc apollo::sim_control::Layer::layer_activation_func = 5

在文件 fnn_model.proto23 行定义.

◆ layer_bias

optional Vector apollo::sim_control::Layer::layer_bias = 4

在文件 fnn_model.proto22 行定义.

◆ layer_input_dim

optional int32 apollo::sim_control::Layer::layer_input_dim = 1

在文件 fnn_model.proto19 行定义.

◆ layer_input_weight

optional Matrix apollo::sim_control::Layer::layer_input_weight = 3

在文件 fnn_model.proto21 行定义.

◆ layer_output_dim

optional int32 apollo::sim_control::Layer::layer_output_dim = 2

在文件 fnn_model.proto20 行定义.


该结构体的文档由以下文件生成: