GetOutputHandleShapesAndTypes
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <graph/inference_context.h>
- Library file: libgraph.so
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
Restrictions
None
Parent topic: InferenceContext