Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c38 TfLiteInterpreterGetInputTensorCount(const TfLiteInterpreter *interpreter) in TfLiteInterpreterGetInputTensorCount() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs227 private static extern unsafe int TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.cc160 int32_t TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() function