|
Apollo 11.0
自动驾驶开放平台
|
类 | |
| class | apollo::prediction::network::Layer |
| Layer is a base class for specific network layers It contains a pure virtual function Run which must be implemented in derived class 更多... | |
| class | apollo::prediction::network::Dense |
| Dense is the forward fully connected network layer. 更多... | |
| class | apollo::prediction::network::Conv1d |
| Conv1d is the convolution 1d network layer. 更多... | |
| class | apollo::prediction::network::MaxPool1d |
| MaxPool1d is the max Pool 1d network layer. 更多... | |
| class | apollo::prediction::network::AvgPool1d |
| AvgPool1d is the average Pool 1d network layer. 更多... | |
| class | apollo::prediction::network::Activation |
| Activation is an activation network layer. 更多... | |
| class | apollo::prediction::network::BatchNormalization |
| class | apollo::prediction::network::LSTM |
| Long-Short Term Memory unit - Hochreiter 1997. 更多... | |
| class | apollo::prediction::network::Flatten |
| network layer to flatten a matrix into vector. 更多... | |
| class | apollo::prediction::network::Input |
| the input layer for a network, which specified the shape of input matrix 更多... | |
| class | apollo::prediction::network::Concatenate |
| concatenates a vector of inputs, return a single matrix. 更多... | |
命名空间 | |
| namespace | apollo::prediction::network |
| apollo::prediction::network | |
| namespace | apollo |
| class register implement | |
| namespace | apollo::prediction |
| apollo::prediction | |