Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterGetInputTensorCount (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs94 return TfLiteInterpreterGetInputTensorCount(interpreter); in GetInputTensorCount()
227 private static extern unsafe int TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c38 TfLiteInterpreterGetInputTensorCount(const TfLiteInterpreter *interpreter) in TfLiteInterpreterGetInputTensorCount() function
H A Dtest_executor.cpp283 unsigned input_tensors = TfLiteInterpreterGetInputTensorCount(interpreter); in run_model()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.h250 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetInputTensorCount(
H A Dc_test.c249 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TestInferenceUsingInterpreter()
H A Dc_api.cc160 int32_t TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() function
H A Dc_api_test.cc54 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TEST()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.h79 return TfLiteInterpreterGetInputTensorCount(interpreter); in InputCount()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h272 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetInputTensorCount(
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift36 return Int(TfLiteInterpreterGetInputTensorCount(cInterpreter))
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm152 _inputTensorCount = (NSUInteger)TfLiteInterpreterGetInputTensorCount(_interpreter);