Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api.cc176 int32_t TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() function
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs248 private static extern unsafe int TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() method in TensorFlowLite.Interpreter