Searched defs:TfLiteTensorName (Results 1 – 2 of 2) sorted by relevance
271 private static extern unsafe IntPtr TfLiteTensorName(TfLiteTensor tensor); in TfLiteTensorName() method in TensorFlowLite.Interpreter
218 const char* TfLiteTensorName(const TfLiteTensor* tensor) { in TfLiteTensorName() function