Function CustomExecuteV2¶
Defined in File custom.h
Function Documentation¶
-
int
CustomExecuteV2
(void *custom_context, uint32_t payload_cnt, CustomPayload *payloads, CustomGetNextInputV2Fn_t input_fn, CustomGetOutputV2Fn_t output_fn)¶ Execute the custom model using the version 2 implementation of the execute interface.
This function must be defined when the custom backend returns 2 from CustomVersion. See CustomExecute for description of the parameters.