Poplar and PopLibs
poplar::HostCallback Class Referenceabstract

Interface used during host function calls to produce/consume the data being exchanged between the host and the device. More...

#include <HostFunctionCallback.hpp>

Public Member Functions

virtual void operator() (ArrayRef< const void * > inputs, ArrayRef< void * > outputs)=0
 Callback function that is invoked as a result of calling a host function in an IPU program.
 

Detailed Description

Interface used during host function calls to produce/consume the data being exchanged between the host and the device.


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