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