Apollo 11.0
自动驾驶开放平台
fnn_vehicle_model.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.prediction;
4
6
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}