Apollo
11.0
自动驾驶开放平台
fnn_vehicle_model.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.prediction;
4
5
import
"
modules/prediction/proto/fnn_model_base.proto
";
6
7
message
FnnVehicleModel
{
8
optional int32 dim_input = 1;
9
optional
Vector
samples_mean = 2;
10
optional
Vector
samples_std = 3;
11
optional int32 num_layer = 4;
12
repeated
Layer
layer =
13
5;
// num_layer must equal to first layer layer_input_dim
14
optional int32 dim_output =
15
6;
// dim_ouput must equal to last layer layer_output_dim
16
}
fnn_model_base.proto
syntax
syntax
Definition
fnn_vehicle_model.proto:1
apollo::prediction::FnnVehicleModel
Definition
fnn_vehicle_model.proto:7
apollo::prediction::Layer
Definition
fnn_model_base.proto:13
apollo::prediction::Vector
Definition
fnn_model_base.proto:5
modules
prediction
proto
fnn_vehicle_model.proto