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