Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api_experimental_test.cc57 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()
79 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()
162 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()
177 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in AllocateAndSetInputs()
Dc_test.c79 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TestSmokeTest()
87 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TestSmokeTest()
Dc_api_test.cc49 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()
57 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()
119 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()
Dc_api.h183 TFL_CAPI_EXPORT extern TfLiteStatus TfLiteInterpreterAllocateTensors(
Dc_api.cc163 TfLiteStatus TfLiteInterpreterAllocateTensors(TfLiteInterpreter* interpreter) { in TfLiteInterpreterAllocateTensors() function
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs109 ThrowIfError(TfLiteInterpreterAllocateTensors(interpreter)); in AllocateTensors()
241 private static extern unsafe int TfLiteInterpreterAllocateTensors( in TfLiteInterpreterAllocateTensors() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift274 guard TfLiteInterpreterAllocateTensors(cInterpreter) == kTfLiteOk else { in allocateTensors()
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm231 if (TfLiteInterpreterAllocateTensors(self.interpreter) != kTfLiteOk) {
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dcoreml_delegate.md113 TfLiteInterpreterAllocateTensors(interpreter);
Dgpu.md303 TfLiteInterpreterAllocateTensors(interpreter);
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md356 TfLiteInterpreterAllocateTensors(interpreter);