[][src]Function android_ndk_sys::ANeuralNetworksExecution_setInput

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