Updated on 2022-03-13 GMT+08:00

GetDims

Function Prototype

std::vector<int64_t> GetDims() const;

Function Description

Obtains the vector composed of all Shape dimensions.

Parameter Description

None

Return Value

Parameter

Type

Description

-

std::vector<int64_t>

Vector composed of all Shape dimensions

Exception Handling

None

Restriction

None