You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each runner struct that is of inference.Processor type should implement a common CollectRunTimeMetrics() method that will asks the specific runner to fetch (opt-in) runtime stats that will then be stored on the results file.
Return data should include the collection timestamp and an interface with all fetched data.
The text was updated successfully, but these errors were encountered:
Each runner struct that is of
inference.Processor
type should implement a commonCollectRunTimeMetrics()
method that will asks the specific runner to fetch (opt-in) runtime stats that will then be stored on the results file.Return data should include the collection timestamp and an interface with all fetched data.
The text was updated successfully, but these errors were encountered: