Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterGetOutputTensor (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs121 TfLiteTensor tensor = TfLiteInterpreterGetOutputTensor(interpreter, outputTensorIndex); in GetOutputTensorData()
132 TfLiteTensor tensor = TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutputTensorInfo()
254 private static extern unsafe TfLiteTensor TfLiteInterpreterGetOutputTensor( in TfLiteInterpreterGetOutputTensor() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.h113 TfLiteInterpreterGetOutputTensor(interpreter, index)); in GetOutput()
122 return TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutput()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_test.cc85 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST()
143 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST()
349 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST()
H A Dc_api.h323 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteInterpreterGetOutputTensor(
H A Dc_api_experimental_test.cc189 TfLiteInterpreterGetOutputTensor(interpreter, 0); in VerifyOutputs()
H A Dc_test.c278 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TestInferenceUsingInterpreter()
H A Dc_api.cc197 const TfLiteTensor* TfLiteInterpreterGetOutputTensor( in TfLiteInterpreterGetOutputTensor() function
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c70 TfLiteInterpreterGetOutputTensor(const TfLiteInterpreter *interpreter, int32_t output_index) in TfLiteInterpreterGetOutputTensor() function
H A Dtest_executor.cpp303 const TfLiteTensor *output_tensor = TfLiteInterpreterGetOutputTensor(interpreter, i); in run_model()
/aosp_15_r20/external/armnn/delegate/common/src/test/
H A DDelegateTestInterpreterUtils.hpp31 const TfLiteTensor* outputTensor = TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutputTensorFromInterpreter()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h374 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteInterpreterGetOutputTensor(
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift199 guard let cTensor = TfLiteInterpreterGetOutputTensor(cInterpreter, Int32(index)), in output()
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm389 tensor = TfLiteInterpreterGetOutputTensor(self.interpreter, (int32_t)index);
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dgpu.md316 const TfLiteTensor* output = TfLiteInterpreterGetOutputTensor(interpreter, 0);
/aosp_15_r20/external/libaom/av1/encoder/
H A Dallintra_vis.c850 TfLiteInterpreterGetOutputTensor(interpreter, 0); in model_predict()
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dinference.md397 TfLiteInterpreterGetOutputTensor(interpreter, 0);