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 D | Interpreter.cs | 100 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 D | tflite_engine.h | 93 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput() 102 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | c_api_test.cc | 63 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 D | c_api.h | 255 TFL_CAPI_EXPORT extern TfLiteTensor* TfLiteInterpreterGetInputTensor(
|
H A D | c_api_experimental_test.cc | 179 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in AllocateAndSetInputs()
|
H A D | c_test.c | 257 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TestInferenceUsingInterpreter()
|
H A D | c_api.cc | 165 TfLiteTensor* TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/ |
H A D | Interpreter.swift | 153 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 D | tflite-stub.c | 44 TfLiteInterpreterGetInputTensor(const TfLiteInterpreter *interpreter, int32_t input_index) in TfLiteInterpreterGetInputTensor() function
|
H A D | test_executor.cpp | 285 TfLiteTensor *input_tensor = TfLiteInterpreterGetInputTensor(interpreter, i); in run_model()
|
/aosp_15_r20/external/armnn/delegate/common/src/test/ |
H A D | DelegateTestInterpreterUtils.hpp | 21 TfLiteTensor* inputTensor = TfLiteInterpreterGetInputTensor(interpreter, index); in GetInputTensorFromInterpreter()
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | c_api.h | 291 TFL_CAPI_EXPORT extern TfLiteTensor* TfLiteInterpreterGetInputTensor(
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/ |
H A D | TFLInterpreter.mm | 386 tensor = TfLiteInterpreterGetInputTensor(self.interpreter, (int32_t)index);
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/ |
H A D | gpu.md | 315 TfLiteTensor* input = TfLiteInterpreterGetInputTensor(interpreter, 0);
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | allintra_vis.c | 802 TfLiteTensor *input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in model_predict()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/ |
H A D | inference.md | 388 TfLiteInterpreterGetInputTensor(interpreter, 0);
|