示例#1
0
 public static extern ncStatus_t ncGraphQueueInferenceWithFifoElem(ncGraphHandle_t *graphHandle,
                                                                   ncFifoHandle_t *fifoIn,
                                                                   ncFifoHandle_t *fifoOut, void *inputTensor,
                                                                   unsigned_int *inputTensorLength, void *userParam);
示例#2
0
 public static extern ncStatus_t ncFifoRemoveElem(ncFifoHandle_t *fifoHandle); //not supported yet
示例#3
0
 public static extern ncStatus_t ncFifoReadElem(ncFifoHandle_t *fifoHandle, void *outputData,
                                                unsigned_int *outputDataLen, void **userParam);
示例#4
0
 public static extern ncStatus_t ncFifoWriteElem(ncFifoHandle_t *fifoHandle, void *inputTensor,
                                                 unsigned_int *inputTensorLength, void *userParam);
示例#5
0
 public static extern ncStatus_t ncFifoGetOption(ncFifoHandle_t *fifoHandle, ncFifoOption_t option,
                                                 void *data, unsigned_int *dataLength);
示例#6
0
 public static extern ncStatus_t ncFifoAllocate(ncFifoHandle_t *fifoHandle,
                                                ncDeviceHandle_t *device,
                                                ncTensorDescriptor_t *tensorDesc,
                                                unsigned_int numElem);