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