Struct DType

Base Type

struct DType : public morpheus::DataType

Public Functions

DType(const DataType &dtype)
DType(TypeId tid = TypeId::EMPTY)
std::string triton_str() const

Public Static Functions

template<typename T>
static inline DType create()
static DType from_cudf(cudf::type_id tid)
static DType from_triton(const std::string &type_str)

© Copyright 2023, NVIDIA. Last updated on Feb 3, 2023.