MisterAI's picture
download
raw
772 Bytes
from libc.stdint cimport int64_t, uint8_t, uint16_t, uint64_t
from av.plane cimport Plane
from av.video.format cimport VideoFormatComponent
cdef class VideoPlane(Plane):
cdef readonly size_t buffer_size
cdef readonly unsigned int width, height
cdef enum DeviceType:
kCPU = 1
kCuda = 2
cdef struct DLDataType:
uint8_t code
uint8_t bits
uint16_t lanes
cdef struct DLTensor:
void* data
int device_type
int device_id
int ndim
DLDataType dtype
int64_t* shape
int64_t* strides
uint64_t byte_offset
cdef struct DLManagedTensor
ctypedef void (*DLManagedTensorDeleter)(DLManagedTensor*) noexcept nogil
cdef struct DLManagedTensor:
DLTensor dl_tensor
void* manager_ctx
DLManagedTensorDeleter deleter

Xet Storage Details

Size:
772 Bytes
·
Xet hash:
eb926b2bdb53f4bf0bd7c5cc0d4818ceccfdea6d3fb0c6d0d3661254258e15c7

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.