Function ndk_sys::ANeuralNetworksExecution_setInput [−][src]
pub unsafe extern "C" fn ANeuralNetworksExecution_setInput(
execution: *mut ANeuralNetworksExecution,
index: i32,
type_: *const ANeuralNetworksOperandType,
buffer: *const c_void,
length: size_t
) -> c_int