/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rocal/checkouts/develop/rocAL/include/api/rocal_api_tensor.h Source File#
rocal_api_tensor.h
Go to the documentation of this file.
42 virtual unsigned copy_data(void* user_buffer, RocalOutputMemType external_mem_type = ROCAL_MEMCPY_HOST) = 0;
43 virtual unsigned copy_data(void* user_buffer, uint x_offset, uint y_offset, uint max_cols, uint max_rows) = 0; // Copy only the ROI to the user_buffer [The padded region is not copied]
class representing a list of rocal tensor list
Definition: rocal_api_tensor.h:77
RocalTensorOutputType
rocAL Tensor Output Type enum
Definition: rocal_api_types.h:246
The AMD rocAL Library - Types.
RocalNSROutput contains the anchor and shape tensor for NonSilentRegionDetection.
Definition: rocal_api_tensor.h:87