Home
last modified time | relevance | path

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

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