View Source Evision.IPCHandle.Host (Evision v0.2.9)

Represents a host IPC handle for sharing data allocated on the CUDA device between different OS processes.

  • :name is the name of the shared memory object.
  • :fd is the file descriptor of the shared memory object.
  • :size is the size of the mapped shared memory in bytes.
  • :rows, the number of rows.
  • :cols, the number of columns.
  • :channels, the number of channels.
  • :type, the data type.