Searched refs:TfLiteInterpreterGetInputTensor (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
D | Interpreter.cs | 98 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/ |
D | tflite_engine.h | 95 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput() 104 return TfLiteInterpreterGetInputTensor(interpreter, index); in GetInput()
|
/external/tensorflow/tensorflow/lite/swift/Sources/ |
D | Interpreter.swift | 129 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/ |
D | c_api_test.cc | 59 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TEST() 121 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TEST()
|
D | c_api.h | 166 TFL_CAPI_EXPORT extern TfLiteTensor* TfLiteInterpreterGetInputTensor(
|
D | c_test.c | 89 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in TestSmokeTest()
|
D | c_api_experimental_test.cc | 178 TfLiteTensor* input_tensor = TfLiteInterpreterGetInputTensor(interpreter, 0); in AllocateAndSetInputs()
|
D | c_api.cc | 149 TfLiteTensor* TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() function
|
/external/tensorflow/tensorflow/lite/objc/sources/ |
D | TFLInterpreter.mm | 339 tensor = TfLiteInterpreterGetInputTensor(self.interpreter, (int32_t)index);
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | gpu.md | 307 TfLiteTensor* input = TfLiteInterpreterGetInputTensor(interpreter, 0);
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | inference.md | 358 TfLiteInterpreterGetInputTensor(interpreter, 0);
|