[][src]Function ndk_sys::ANeuralNetworksExecution_setInputFromMemory

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