Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterGetInputTensor (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs98 TfLiteTensor tensor = TfLiteInterpreterGetInputTensor(interpreter, inputTensorIndex); in SetInputTensorData()
125 TfLiteTensor tensor = TfLiteInterpreterGetInputTensor(interpreter, index); in GetInputTensorInfo()
229 private static extern unsafe TfLiteTensor TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() method in TensorFlowLite.Interpreter
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.h95 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput()
104 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput()
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift129 guard let cTensor = TfLiteInterpreterGetInputTensor(cInterpreter, Int32(index)), in input()
248 guard let cTensor = TfLiteInterpreterGetInputTensor(cInterpreter, Int32(index)) else { in copy()
/external/tensorflow/tensorflow/lite/c/
Dc_api_test.cc59 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TEST()
121 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TEST()
Dc_api.h166 TFL_CAPI_EXPORT extern TfLiteTensor* TfLiteInterpreterGetInputTensor(
Dc_test.c89 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TestSmokeTest()
Dc_api_experimental_test.cc178 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in AllocateAndSetInputs()
Dc_api.cc149 TfLiteTensor* TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() function
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm339 tensor = TfLiteInterpreterGetInputTensor(self.interpreter, (int32_t)index);
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu.md307 TfLiteTensor* input = TfLiteInterpreterGetInputTensor(interpreter, 0);
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md358 TfLiteInterpreterGetInputTensor(interpreter, 0);