Searched refs:TfLiteInterpreterGetOutputTensor (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
D | Interpreter.cs | 119 TfLiteTensor tensor = TfLiteInterpreterGetOutputTensor(interpreter, outputTensorIndex); in GetOutputTensorData() 130 TfLiteTensor tensor = TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutputTensorInfo() 252 private static extern unsafe TfLiteTensor TfLiteInterpreterGetOutputTensor( in TfLiteInterpreterGetOutputTensor() method in TensorFlowLite.Interpreter
|
/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
D | tflite_engine.h | 115 TfLiteInterpreterGetOutputTensor(interpreter, index)); in GetOutput() 124 return TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutput()
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_api_test.cc | 81 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST() 140 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST()
|
D | c_api.h | 230 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteInterpreterGetOutputTensor(
|
D | c_test.c | 111 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TestSmokeTest()
|
D | c_api_experimental_test.cc | 188 TfLiteInterpreterGetOutputTensor(interpreter, 0); in VerifyOutputs()
|
D | c_api.cc | 181 const TfLiteTensor* TfLiteInterpreterGetOutputTensor( in TfLiteInterpreterGetOutputTensor() function
|
/external/tensorflow/tensorflow/lite/swift/Sources/ |
D | Interpreter.swift | 175 guard let cTensor = TfLiteInterpreterGetOutputTensor(cInterpreter, Int32(index)), in output()
|
/external/tensorflow/tensorflow/lite/objc/sources/ |
D | TFLInterpreter.mm | 342 tensor = TfLiteInterpreterGetOutputTensor(self.interpreter, (int32_t)index);
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | gpu.md | 308 const TfLiteTensor* output = TfLiteInterpreterGetOutputTensor(interpreter, 0);
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | inference.md | 367 TfLiteInterpreterGetOutputTensor(interpreter, 0);
|