fPecc commented on code in PR #11244: URL: https://github.com/apache/tvm/pull/11244#discussion_r879499307
########## include/tvm/runtime/crt/platform.h: ########## @@ -116,6 +116,24 @@ tvm_crt_error_t TVMPlatformTimerStop(double* elapsed_time_seconds); */ tvm_crt_error_t TVMPlatformGenerateRandom(uint8_t* buffer, size_t num_bytes); +/*! \brief Platform-specific before measurement call. + * + * A function which is called before calling TVMFuncCall in the RuntimeEvaluator. Review Comment: Fine by me! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
