Apollo 11.0
自动驾驶开放平台
math_functions.h 文件参考
math_functions.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

namespace  apollo
 class register implement
 
namespace  apollo::perception
 apollo::perception
 
namespace  apollo::perception::camera
 

函数

template<typename Dtype >
Dtype apollo::perception::camera::sigmoid (Dtype x)
 
template<typename Dtype >
Dtype apollo::perception::camera::gaussian (Dtype x, Dtype mu, Dtype sigma)
 
template<typename Dtype >
Dtype apollo::perception::camera::sqr (Dtype x)