Home
last modified time | relevance | path

Searched refs:resultCode (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.cs160 private static void ThrowIfError(int resultCode) { in ThrowIfError() argument
161 if (resultCode != 0) throw new Exception("TensorFlowLite operation failed."); in ThrowIfError()

Completed in 3 milliseconds