| 47 | } |
| 48 | |
| 49 | static std::string ToFormatString(const DLDataType &dtype) |
| 50 | { |
| 51 | py::dtype dt = ToDType(ToNVCVDataType(dtype)); |
| 52 | return dt.attr("str").cast<std::string>(); |
| 53 | } |
| 54 | |
| 55 | py::object ExternalBuffer::Create(DLPackTensor &&dlPackTensor, py::object wrappedObj) |
| 56 | { |
no test coverage detected