TIOVX User Guide
|
Go to the source code of this file.
Functions | |
uint32_t | tivx_utils_simple_image_checksum (vx_image image, uint8_t plane_id, vx_rectangle_t rect) |
Returns a uint32_t of the sum of all words within a rect of an image's buffer. More... | |
uint32_t | tivx_utils_user_data_object_checksum (vx_user_data_object user_data_object, uint32_t offset_byte, uint32_t num_bytes) |
Returns a uint32_t of the sum of all words within a range of the user data object buffer. More... | |
uint32_t | tivx_utils_tensor_checksum (vx_tensor tensor_object, vx_size number_of_dimensions, vx_size *view_start, vx_size *view_end, vx_size *user_stride) |
Returns a uint32_t of the sum of all words within a range of the tensor buffer. More... | |
Utility APIs to provide checksums for output correctness
Definition in file tivx_utils_checksum.h.