Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_test.c80 ASSERT_STREQ(TfLiteInterpreterGetSignatureKey(interpreter, 0), "add"); in TestInferenceUsingSignature()
81 ASSERT_STREQ(TfLiteInterpreterGetSignatureKey(interpreter, 1), "sub"); in TestInferenceUsingSignature()
166 ASSERT_STREQ(TfLiteInterpreterGetSignatureKey(interpreter, 0), "add"); in TestRepeatResizeInputTensor()
167 ASSERT_STREQ(TfLiteInterpreterGetSignatureKey(interpreter, 1), "sub"); in TestRepeatResizeInputTensor()
H A Dc_api_experimental.h272 TFL_CAPI_EXPORT extern const char* TfLiteInterpreterGetSignatureKey(
H A Dc_api_signature_runner_test.cc44 signature_defs.push_back(TfLiteInterpreterGetSignatureKey(interpreter, i)); in TEST()
H A Dc_api_experimental.cc123 const char* TfLiteInterpreterGetSignatureKey( in TfLiteInterpreterGetSignatureKey() function
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api_experimental.h322 TFL_CAPI_EXPORT extern const char* TfLiteInterpreterGetSignatureKey(
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift50 let signatureNameCString = TfLiteInterpreterGetSignatureKey(
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm176 TfLiteInterpreterGetSignatureKey(self.interpreter, (int32_t)i);