Home
last modified time | relevance | path

Searched refs:ThrowIfError (Results 1 – 1 of 1) 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.cs88 ThrowIfError(TfLiteInterpreterInvoke(interpreter)); in Invoke()
99 ThrowIfError(TfLiteTensorCopyFromBuffer( in SetInputTensorData()
104 ThrowIfError(TfLiteInterpreterResizeInputTensor( in ResizeInputTensor()
109 ThrowIfError(TfLiteInterpreterAllocateTensors(interpreter)); in AllocateTensors()
120 ThrowIfError(TfLiteTensorCopyToBuffer( in GetOutputTensorData()
160 private static void ThrowIfError(int resultCode) { in ThrowIfError() method in TensorFlowLite.Interpreter

Completed in 4 milliseconds