DataStreamType
#include <poplar/DataStreamType.hpp>
- 
namespace poplar
 Poplar classes and functions.
Enums
- 
enum DataStreamType
 An enumeration to represent the different types of DataStream or stream components of a RemoteBuffer.
Values:
- 
enumerator HostToDeviceFIFO
 A DataStream from host to device.
- 
enumerator DeviceToHostFIFO
 A DataStream from device to host.
- 
enumerator HostToDeviceBuffer
 A stream from host to device in a remote buffer.
- 
enumerator DeviceToHostBuffer
 A stream from device to host in a remote buffer.
- 
enumerator HostToDeviceFIFO
 
Functions
- 
bool isDeviceToHost(DataStreamType type)
 
- 
bool isHostToDevice(DataStreamType type)
 
- 
bool isRemoteBuffer(DataStreamType type)
 
- 
enum DataStreamType