ClearChangedResourceKeys
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File
#include <graph/inference_context.h>
Function Usage
Generally called by the framework.
Clears the changed resource keys stored in inference_context after another round of inference is triggered owing to the resource changes.
Prototype
1 | void ClearChangedResourceKeys() |
Parameters
None
Returns
None
Constraints
None
Parent topic: InferenceContext