[][src]Function android_ndk_sys::ANeuralNetworksExecution_setOutputFromMemory

pub unsafe extern "C" fn ANeuralNetworksExecution_setOutputFromMemory(
    execution: *mut ANeuralNetworksExecution,
    index: i32,
    type_: *const ANeuralNetworksOperandType,
    memory: *const ANeuralNetworksMemory,
    offset: usize,
    length: usize
) -> c_int