Searched defs:TfLiteInterpreterOptionsDelete (Results 1 – 2 of 2) sorted by relevance
210 …private static extern unsafe void TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions options); in TfLiteInterpreterOptionsDelete() method in TensorFlowLite.Interpreter
111 void TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions* options) { in TfLiteInterpreterOptionsDelete() function