Skip to main content

TfLiteInterpreterGetOutputTensorF

Type Alias TfLiteInterpreterGetOutputTensorF 

Source
pub type TfLiteInterpreterGetOutputTensorF = unsafe extern "C" fn(interpreter: *const TfLiteInterpreter, index: i32) -> *mut TfLiteTensor;