GetShapeRange

Function Usage

Obtains the shape range.

Prototype

1
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

Constraints

None