Apollo 11.0
自动驾驶开放平台
net_layer.h 文件参考
#include <string>
#include <vector>
#include "modules/prediction/network/net_util.h"
net_layer.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

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