Function ndk_sys::ANeuralNetworksExecution_setInput
source · pub unsafe extern "C" fn ANeuralNetworksExecution_setInput(
execution: *mut ANeuralNetworksExecution,
index: i32,
type_: *const ANeuralNetworksOperandType,
buffer: *const c_void,
length: usize
) -> c_int