Open3D (C++ API)
0.17.0
|
Functions | |
void | AssertTensorDtype_ (const char *file, int line, const char *function, const Tensor &tensor, const Dtype &dtype) |
void | AssertTensorDtypes_ (const char *file, int line, const char *function, const Tensor &tensor, const std::vector< Dtype > &dtypes) |
void | AssertTensorDevice_ (const char *file, int line, const char *function, const Tensor &tensor, const Device &device) |
void | AssertTensorShape_ (const char *file, int line, const char *function, const Tensor &tensor, const DynamicSizeVector &shape) |
void open3d::core::tensor_check::AssertTensorDevice_ | ( | const char * | file, |
int | line, | ||
const char * | function, | ||
const Tensor & | tensor, | ||
const Device & | device | ||
) |
void open3d::core::tensor_check::AssertTensorDtype_ | ( | const char * | file, |
int | line, | ||
const char * | function, | ||
const Tensor & | tensor, | ||
const Dtype & | dtype | ||
) |
void open3d::core::tensor_check::AssertTensorDtypes_ | ( | const char * | file, |
int | line, | ||
const char * | function, | ||
const Tensor & | tensor, | ||
const std::vector< Dtype > & | dtypes | ||
) |
void open3d::core::tensor_check::AssertTensorShape_ | ( | const char * | file, |
int | line, | ||
const char * | function, | ||
const Tensor & | tensor, | ||
const DynamicSizeVector & | shape | ||
) |