Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterGetOutputTensorCount (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.cs115 return TfLiteInterpreterGetOutputTensorCount(interpreter); in GetOutputTensorCount()
250 private static extern unsafe int TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c64 TfLiteInterpreterGetOutputTensorCount(const TfLiteInterpreter *interpreter) in TfLiteInterpreterGetOutputTensorCount() function
H A Dtest_executor.cpp301 unsigned output_tensors = TfLiteInterpreterGetOutputTensorCount(interpreter); in run_model()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.h313 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetOutputTensorCount(
H A Dc_test.c250 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TestInferenceUsingInterpreter()
H A Dc_api.cc192 int32_t TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() function
H A Dc_api_test.cc55 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TEST()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.h86 return TfLiteInterpreterGetOutputTensorCount(interpreter); in OutputCount()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h349 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetOutputTensorCount(
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift41 return Int(TfLiteInterpreterGetOutputTensorCount(cInterpreter))
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm153 _outputTensorCount = (NSUInteger)TfLiteInterpreterGetOutputTensorCount(_interpreter);