NVIDIA DeepStream SDK API Reference

8.0 Release
sources/libs/ds3d/inference_custom_lib/ds3d_v2x_infer_custom_preprocess/tensor.hpp File Reference

Go to the source code of this file.

Data Structures

struct  ds3d::v2xinfer::TensorData
 
struct  ds3d::v2xinfer::Tensor
 

Namespaces

 ds3d
 
 ds3d::v2xinfer
 

Enumerations

enum  ds3d::v2xinfer::DataType : int {
  ds3d::v2xinfer::DataType::None = 0,
  ds3d::v2xinfer::DataType::Int32 = 1,
  ds3d::v2xinfer::DataType::Float16 = 2,
  ds3d::v2xinfer::DataType::Float32 = 3,
  ds3d::v2xinfer::DataType::Int64 = 4,
  ds3d::v2xinfer::DataType::UInt64 = 5,
  ds3d::v2xinfer::DataType::UInt32 = 6,
  ds3d::v2xinfer::DataType::Int8 = 7,
  ds3d::v2xinfer::DataType::UInt8 = 8,
  ds3d::v2xinfer::DataType::UInt16 = 9,
  ds3d::v2xinfer::DataType::Int16 = 10
}
 

Functions

static std::string ds3d::v2xinfer::format (const char *fmt,...)
 
const char * ds3d::v2xinfer::dtype_string (DataType dtype)
 
size_t ds3d::v2xinfer::dtype_bytes (DataType dtype)
 
template<typename _T >
std::string ds3d::v2xinfer::format_shape (const std::vector< _T > &shape)