Skip to main content

hurray_descriptor_buffer_count

Function hurray_descriptor_buffer_count 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn hurray_descriptor_buffer_count( handle: *const HurrayDescriptor, out_count: *mut u32, ) -> HurrayStatus
Expand description

Reads the number of buffer handles in the tensor descriptor’s buffer table.

§Safety

handle and out_count MUST be valid, non-null pointers.