Home
last modified time | relevance | path

Searched defs:TfLiteTensorName (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs271 private static extern unsafe IntPtr TfLiteTensorName(TfLiteTensor tensor); in TfLiteTensorName() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.cc218 const char* TfLiteTensorName(const TfLiteTensor* tensor) { in TfLiteTensorName() function