InferenceContext Constructor and Destructor

Description

Constructs or destructs an object of class InferenceContext.

Prototype

~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 for initialization.

Returns

An object of the InferenceContext class.

Exception Handling

None

Restrictions

None