Blob() | apollo::perception::base::Blob< Dtype > | inline |
Blob(bool use_cuda_host_malloc) | apollo::perception::base::Blob< Dtype > | inlineexplicit |
Blob(const int num, const int channels, const int height, const int width, const bool use_cuda_host_malloc=false) | apollo::perception::base::Blob< Dtype > | |
Blob(const std::vector< int > &shape, const bool use_cuda_host_malloc=false) | apollo::perception::base::Blob< Dtype > | explicit |
Blob(const Blob &)=delete | apollo::perception::base::Blob< Dtype > | |
CanonicalAxisIndex(int axis_index) const | apollo::perception::base::Blob< Dtype > | inline |
capacity_ | apollo::perception::base::Blob< Dtype > | protected |
channels() const | apollo::perception::base::Blob< Dtype > | inline |
CopyFrom(const Blob< Dtype > &source, bool reshape=false) | apollo::perception::base::Blob< Dtype > | |
count() const | apollo::perception::base::Blob< Dtype > | inline |
count(int start_axis, int end_axis) const | apollo::perception::base::Blob< Dtype > | inline |
count(int start_axis) const | apollo::perception::base::Blob< Dtype > | inline |
count_ | apollo::perception::base::Blob< Dtype > | protected |
cpu_data() const | apollo::perception::base::Blob< Dtype > | |
data() const | apollo::perception::base::Blob< Dtype > | inline |
data_ | apollo::perception::base::Blob< Dtype > | protected |
data_at(const int n, const int c, const int h, const int w) const | apollo::perception::base::Blob< Dtype > | inline |
data_at(const std::vector< int > &index) const | apollo::perception::base::Blob< Dtype > | inline |
gpu_data() const | apollo::perception::base::Blob< Dtype > | |
gpu_shape() const | apollo::perception::base::Blob< Dtype > | |
head() const | apollo::perception::base::Blob< Dtype > | inline |
height() const | apollo::perception::base::Blob< Dtype > | inline |
LegacyShape(int index) const | apollo::perception::base::Blob< Dtype > | inline |
mutable_cpu_data() | apollo::perception::base::Blob< Dtype > | |
mutable_gpu_data() | apollo::perception::base::Blob< Dtype > | |
num() const | apollo::perception::base::Blob< Dtype > | inline |
num_axes() const | apollo::perception::base::Blob< Dtype > | inline |
offset(const int n, const int c=0, const int h=0, const int w=0) const | apollo::perception::base::Blob< Dtype > | inline |
offset(const std::vector< int > &indices) const | apollo::perception::base::Blob< Dtype > | inline |
operator=(const Blob &)=delete | apollo::perception::base::Blob< Dtype > | |
Reshape(const int num, const int channels, const int height, const int width) | apollo::perception::base::Blob< Dtype > | |
Reshape(const std::vector< int > &shape) | apollo::perception::base::Blob< Dtype > | |
ReshapeLike(const Blob &other) | apollo::perception::base::Blob< Dtype > | |
set_cpu_data(Dtype *data) | apollo::perception::base::Blob< Dtype > | |
set_gpu_data(Dtype *data) | apollo::perception::base::Blob< Dtype > | |
set_head_cpu() | apollo::perception::base::Blob< Dtype > | inline |
set_head_gpu() | apollo::perception::base::Blob< Dtype > | inline |
shape() const | apollo::perception::base::Blob< Dtype > | inline |
shape(int index) const | apollo::perception::base::Blob< Dtype > | inline |
shape_ | apollo::perception::base::Blob< Dtype > | protected |
shape_data_ | apollo::perception::base::Blob< Dtype > | protected |
shape_string() const | apollo::perception::base::Blob< Dtype > | inline |
ShareData(const Blob &other) | apollo::perception::base::Blob< Dtype > | |
use_cuda_host_malloc_ | apollo::perception::base::Blob< Dtype > | protected |
width() const | apollo::perception::base::Blob< Dtype > | inline |