Apollo 10.0
自动驾驶开放平台
|
Public 属性 | |
optional int32 | dim_input = 1 |
optional Vector | input_feature_mean = 2 |
optional Vector | input_feature_std = 3 |
optional Vector | output_feature_mean = 4 |
optional Vector | output_feature_std = 5 |
optional int32 | num_layer = 6 |
repeated Layer | layer = 7 |
optional int32 | dim_output = 8 |
在文件 fnn_model.proto 第 26 行定义.
optional int32 apollo::sim_control::FnnModel::dim_input = 1 |
在文件 fnn_model.proto 第 27 行定义.
optional int32 apollo::sim_control::FnnModel::dim_output = 8 |
在文件 fnn_model.proto 第 34 行定义.
optional Vector apollo::sim_control::FnnModel::input_feature_mean = 2 |
在文件 fnn_model.proto 第 28 行定义.
optional Vector apollo::sim_control::FnnModel::input_feature_std = 3 |
在文件 fnn_model.proto 第 29 行定义.
repeated Layer apollo::sim_control::FnnModel::layer = 7 |
在文件 fnn_model.proto 第 33 行定义.
optional int32 apollo::sim_control::FnnModel::num_layer = 6 |
在文件 fnn_model.proto 第 32 行定义.
optional Vector apollo::sim_control::FnnModel::output_feature_mean = 4 |
在文件 fnn_model.proto 第 30 行定义.
optional Vector apollo::sim_control::FnnModel::output_feature_std = 5 |
在文件 fnn_model.proto 第 31 行定义.