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 D | Interpreter.cs | 121 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 D | tflite_engine.h | 113 TfLiteInterpreterGetOutputTensor(interpreter, index)); in GetOutput() 122 return TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutput()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | c_api_test.cc | 85 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST() 143 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST() 349 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST()
|
H A D | c_api.h | 323 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteInterpreterGetOutputTensor(
|
H A D | c_api_experimental_test.cc | 189 TfLiteInterpreterGetOutputTensor(interpreter, 0); in VerifyOutputs()
|
H A D | c_test.c | 278 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TestInferenceUsingInterpreter()
|
H A D | c_api.cc | 197 const TfLiteTensor* TfLiteInterpreterGetOutputTensor( in TfLiteInterpreterGetOutputTensor() function
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/ |
H A D | tflite-stub.c | 70 TfLiteInterpreterGetOutputTensor(const TfLiteInterpreter *interpreter, int32_t output_index) in TfLiteInterpreterGetOutputTensor() function
|
H A D | test_executor.cpp | 303 const TfLiteTensor *output_tensor = TfLiteInterpreterGetOutputTensor(interpreter, i); in run_model()
|
/aosp_15_r20/external/armnn/delegate/common/src/test/ |
H A D | DelegateTestInterpreterUtils.hpp | 31 const TfLiteTensor* outputTensor = TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutputTensorFromInterpreter()
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | c_api.h | 374 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteInterpreterGetOutputTensor(
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/ |
H A D | Interpreter.swift | 199 guard let cTensor = TfLiteInterpreterGetOutputTensor(cInterpreter, Int32(index)), in output()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/ |
H A D | TFLInterpreter.mm | 389 tensor = TfLiteInterpreterGetOutputTensor(self.interpreter, (int32_t)index);
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/ |
H A D | gpu.md | 316 const TfLiteTensor* output = TfLiteInterpreterGetOutputTensor(interpreter, 0);
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | allintra_vis.c | 850 TfLiteInterpreterGetOutputTensor(interpreter, 0); in model_predict()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/ |
H A D | inference.md | 397 TfLiteInterpreterGetOutputTensor(interpreter, 0);
|