Skip to main content

TfLiteInterpreterCreateF

Type Alias TfLiteInterpreterCreateF 

Source
pub type TfLiteInterpreterCreateF = unsafe extern "C" fn(model: *const TfLiteModel, options: *const TfLiteInterpreterOptions) -> *mut TfLiteInterpreter;