GetShapeRange
Description
Obtains the shape range.
Prototype
graphStatus GetShapeRange(std::vector<std::pair<int64_t,int64_t>> &range) const
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
range |
Output |
Result shape range. |
Returns
graphStatus type. GRAPH_SUCCESS (0) on success; else, failure.
Exception Handling
None.
Restrictions
None.
Parent topic: TensorDesc