Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterGetInputTensor (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.cs100 TfLiteTensor tensor = TfLiteInterpreterGetInputTensor(interpreter, inputTensorIndex); in SetInputTensorData()
127 TfLiteTensor tensor = TfLiteInterpreterGetInputTensor(interpreter, index); in GetInputTensorInfo()
231 private static extern unsafe TfLiteTensor TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.h93 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput()
102 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_test.cc63 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TEST()
124 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TEST()
342 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TEST()
H A Dc_api.h255 TFL_CAPI_EXPORT extern TfLiteTensor* TfLiteInterpreterGetInputTensor(
H A Dc_api_experimental_test.cc179 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in AllocateAndSetInputs()
H A Dc_test.c257 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TestInferenceUsingInterpreter()
H A Dc_api.cc165 TfLiteTensor* TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift153 guard let cTensor = TfLiteInterpreterGetInputTensor(cInterpreter, Int32(index)), in input()
272 guard let cTensor = TfLiteInterpreterGetInputTensor(cInterpreter, Int32(index)) else { in copy()
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c44 TfLiteInterpreterGetInputTensor(const TfLiteInterpreter *interpreter, int32_t input_index) in TfLiteInterpreterGetInputTensor() function
H A Dtest_executor.cpp285 TfLiteTensor *input_tensor = TfLiteInterpreterGetInputTensor(interpreter, i); in run_model()
/aosp_15_r20/external/armnn/delegate/common/src/test/
H A DDelegateTestInterpreterUtils.hpp21 TfLiteTensor* inputTensor = TfLiteInterpreterGetInputTensor(interpreter, index); in GetInputTensorFromInterpreter()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h291 TFL_CAPI_EXPORT extern TfLiteTensor* TfLiteInterpreterGetInputTensor(
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm386 tensor = TfLiteInterpreterGetInputTensor(self.interpreter, (int32_t)index);
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dgpu.md315 TfLiteTensor* input = TfLiteInterpreterGetInputTensor(interpreter, 0);
/aosp_15_r20/external/libaom/av1/encoder/
H A Dallintra_vis.c802 TfLiteTensor *input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in model_predict()
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dinference.md388 TfLiteInterpreterGetInputTensor(interpreter, 0);