/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rocal/checkouts/docs-6.2.0/rocAL/include/api/rocal_api_data_transfer.h File Reference#
rocal_api_data_transfer.h File Reference
The AMD rocAL Library - Data Transfer. More...
#include "rocal_api_types.h"
Go to the source code of this file.
Functions | |
RocalStatus ROCAL_API_CALL | rocalCopyToOutput (RocalContext context, unsigned char *out_ptr, size_t out_size) |
TBD. More... | |
RocalStatus ROCAL_API_CALL | rocalToTensor32 (RocalContext rocal_context, float *out_ptr, RocalTensorLayout tensor_format, float multiplier0, float multiplier1, float multiplier2, float offset0, float offset1, float offset2, bool reverse_channels, RocalOutputMemType output_mem_type) |
TBD. More... | |
RocalStatus ROCAL_API_CALL | rocalToTensor16 (RocalContext rocal_context, half *out_ptr, RocalTensorLayout tensor_format, float multiplier0, float multiplier1, float multiplier2, float offset0, float offset1, float offset2, bool reverse_channels, RocalOutputMemType output_mem_type) |
TBD. More... | |
RocalStatus ROCAL_API_CALL | rocalToTensor (RocalContext rocal_context, void *out_ptr, RocalTensorLayout tensor_format, RocalTensorOutputType tensor_output_type, float multiplier0, float multiplier1, float multiplier2, float offset0, float offset1, float offset2, bool reverse_channels, RocalOutputMemType output_mem_type) |
TBD. More... | |
void ROCAL_API_CALL | rocalSetOutputs (RocalContext p_context, unsigned int num_of_outputs, std::vector< RocalImage > &output_images) |
TBD. More... | |
Detailed Description
The AMD rocAL Library - Data Transfer.