Home
last modified time | relevance | path

Searched defs:TfLiteVersion (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm35 TfLiteVersion() == nullptr ? @"" : [NSString stringWithUTF8String:TfLiteVersion()]; function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs198 private static extern unsafe IntPtr TfLiteVersion(); in TfLiteVersion() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.cc54 const char* TfLiteVersion() { return TFLITE_VERSION_STRING; } in TfLiteVersion() function