TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
polygraphy.util.cuda.Cuda.MemcpyKind Class Reference
Inheritance diagram for polygraphy.util.cuda.Cuda.MemcpyKind:
Collaboration diagram for polygraphy.util.cuda.Cuda.MemcpyKind:

Static Public Attributes

 HostToHost = ctypes.c_int(0)
 
 HostToDevice = ctypes.c_int(1)
 
 DeviceToHost = ctypes.c_int(2)
 
 DeviceToDevice = ctypes.c_int(3)
 
 Default = ctypes.c_int(4)
 

Member Data Documentation

◆ HostToHost

polygraphy.util.cuda.Cuda.MemcpyKind.HostToHost = ctypes.c_int(0)
static

◆ HostToDevice

polygraphy.util.cuda.Cuda.MemcpyKind.HostToDevice = ctypes.c_int(1)
static

◆ DeviceToHost

polygraphy.util.cuda.Cuda.MemcpyKind.DeviceToHost = ctypes.c_int(2)
static

◆ DeviceToDevice

polygraphy.util.cuda.Cuda.MemcpyKind.DeviceToDevice = ctypes.c_int(3)
static

◆ Default

polygraphy.util.cuda.Cuda.MemcpyKind.Default = ctypes.c_int(4)
static

The documentation for this class was generated from the following file: