Home
last modified time | relevance | path

Searched refs:TfLiteSignatureRunnerGetOutputTensor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_signature_runner_test.cc76 TfLiteSignatureRunnerGetOutputTensor(add_runner, "output_0"); in TEST()
77 ASSERT_EQ(TfLiteSignatureRunnerGetOutputTensor(add_runner, "foo"), nullptr); in TEST()
112 TfLiteSignatureRunnerGetOutputTensor(sub_runner, "output_0"); in TEST()
113 ASSERT_EQ(TfLiteSignatureRunnerGetOutputTensor(sub_runner, "foo"), nullptr); in TEST()
H A Dc_test.c122 TfLiteSignatureRunnerGetOutputTensor(add_runner, "output_0"); in TestInferenceUsingSignature()
180 TfLiteSignatureRunnerGetOutputTensor(add_runner, "output_0"); in TestRepeatResizeInputTensor()
H A Dc_api_experimental.h380 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteSignatureRunnerGetOutputTensor(
H A Dc_api_experimental.cc190 const TfLiteTensor* TfLiteSignatureRunnerGetOutputTensor( in TfLiteSignatureRunnerGetOutputTensor() function
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api_experimental.h430 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteSignatureRunnerGetOutputTensor(
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DSignatureRunner.swift248 cTensorPointer = TfLiteSignatureRunnerGetOutputTensor( in tensor()
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLSignatureRunner.mm368 tensor = TfLiteSignatureRunnerGetOutputTensor(self.signatureRunner, nameCString);