Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs119 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/
Dtflite_engine.h115 TfLiteInterpreterGetOutputTensor(interpreter, index)); in GetOutput()
124 return TfLiteInterpreterGetOutputTensor(interpreter, index); in GetOutput()
/external/tensorflow/tensorflow/lite/c/
Dc_api_test.cc81 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST()
140 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TEST()
Dc_api.h230 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteInterpreterGetOutputTensor(
Dc_test.c111 TfLiteInterpreterGetOutputTensor(interpreter, 0); in TestSmokeTest()
Dc_api_experimental_test.cc188 TfLiteInterpreterGetOutputTensor(interpreter, 0); in VerifyOutputs()
Dc_api.cc181 const TfLiteTensor* TfLiteInterpreterGetOutputTensor( in TfLiteInterpreterGetOutputTensor() function
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift175 guard let cTensor = TfLiteInterpreterGetOutputTensor(cInterpreter, Int32(index)), in output()
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm342 tensor = TfLiteInterpreterGetOutputTensor(self.interpreter, (int32_t)index);
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu.md308 const TfLiteTensor* output = TfLiteInterpreterGetOutputTensor(interpreter, 0);
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md367 TfLiteInterpreterGetOutputTensor(interpreter, 0);