This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
The definitions & operations about rank. More…
// structs struct ov_rank_t; // global functions ov_rank_is_dynamic(const ov_rank_t rank);
The definitions & operations about rank.
ov_rank_is_dynamic(const ov_rank_t rank)
Check this rank whether is dynamic.
Parameters:
rank
The rank pointer that will be checked.
Returns:
bool The return value.