Skip to main content

TfLiteInterpreterGetInputTensorF

Type Alias TfLiteInterpreterGetInputTensorF 

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