Skip to main content

gst_tensor_check_type

Function gst_tensor_check_type 

Source
pub unsafe extern "C" fn gst_tensor_check_type(
    tensor: *const GstTensor,
    data_type: GstTensorDataType,
    order: GstTensorDimOrder,
    num_dims: size_t,
    dims: *const size_t,
) -> gboolean