InferenceContext Constructor and Destructor
Header File
#include <graph/inference_context.h>
Function Usage
Constructs and destructs an object of class InferenceContext.
Prototype
1 2 3 4 5 | ~InferenceContext() = default InferenceContext(const InferenceContext &context) = delete InferenceContext(const InferenceContext &&context) = delete InferenceContext &operator=(const InferenceContext &context) = delete InferenceContext &operator=(const InferenceContext &&context) = delete |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
context |
Input |
InferenceContext content, which is used for initialization. |
Returns
Object of class InferenceContext.
Exception Handling
None
Constraints
None
Parent topic: InferenceContext