Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A 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
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dc_api.h230 TFL_CAPI_EXPORT extern const TfLiteTensor* TfLiteInterpreterGetOutputTensor(

Completed in 3 milliseconds