GetOutputHandleShapesAndTypes
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File
#include <graph/inference_context.h>
Function Usage
Obtains ShapeAndType of the operator output handle in the inference context.
Prototype
1 | const std::vector<std::vector<ShapeAndType>> &GetOutputHandleShapesAndTypes() const |
Parameters
None
Returns
ShapeAndType of the operator output handle.
Exception Handling
None
Constraints
None
Parent topic: InferenceContext