runCompiledModel property

int Function(LiteRtCompiledModel, int, int, Pointer<LiteRtTensorBuffer>, int, Pointer<LiteRtTensorBuffer>) runCompiledModel
latefinal

Implementation

late final runCompiledModel = _lib.lookupFunction<
    Int32 Function(LiteRtCompiledModel, IntPtr, IntPtr,
        Pointer<LiteRtTensorBuffer>, IntPtr, Pointer<LiteRtTensorBuffer>),
    int Function(LiteRtCompiledModel, int, int, Pointer<LiteRtTensorBuffer>,
        int, Pointer<LiteRtTensorBuffer>)>('LiteRtRunCompiledModel');