Apollo
6.0
Open source self driving car software
|
This is the complete list of members for apollo::prediction::network::Layer, including all inherited members.
Layer()=default | apollo::prediction::network::Layer | |
Load(const apollo::prediction::LayerParameter &layer_pb) | apollo::prediction::network::Layer | virtual |
Name() const | apollo::prediction::network::Layer | inline |
OrderNumber() const | apollo::prediction::network::Layer | inline |
ResetState() | apollo::prediction::network::Layer | inlinevirtual |
Run(const std::vector< Eigen::MatrixXf > &inputs, Eigen::MatrixXf *output)=0 | apollo::prediction::network::Layer | pure virtual |
SetState(const std::vector< Eigen::MatrixXf > &states) | apollo::prediction::network::Layer | inlinevirtual |
State(std::vector< Eigen::MatrixXf > *states) const | apollo::prediction::network::Layer | inlinevirtual |
~Layer()=default | apollo::prediction::network::Layer | virtual |