Skip to main content

M_isDynamicRanked

Function M_isDynamicRanked 

Source
pub unsafe extern "C" fn M_isDynamicRanked(
    spec: *const M_TensorSpec,
) -> c_int
Expand description

Returns if the given spec has a dynamic rank.

@param spec The tensor spec.

@return 1 if the rank is dynamic. 0 otherwise.