Apollo 10.0
自动驾驶开放平台
blob.h 文件参考
#include <memory>
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_join.h"
#include "cyber/common/log.h"
#include "modules/perception/common/base/syncedmem.h"
blob.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  apollo::perception::base::Blob< Dtype >
 A wrapper around SyncedMemory holders serving as the basic computational unit for images, feature maps, etc. 更多...
 

命名空间

namespace  apollo
 class register implement
 
namespace  apollo::perception
 apollo::perception
 
namespace  apollo::perception::base
 

类型定义

template<typename Dtype >
using apollo::perception::base::BlobPtr = std::shared_ptr< Blob< Dtype > >
 
template<typename Dtype >
using apollo::perception::base::BlobConstPtr = std::shared_ptr< const Blob< Dtype > >
 

变量

constexpr size_t apollo::perception::base::kMaxBlobAxes = 32