Searched refs:TfLiteInterpreterAllocateTensors (Results 1 – 11 of 11) sorted by relevance
57 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()
79 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TestSmokeTest()87 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TestSmokeTest()
49 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()57 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()119 ASSERT_EQ(TfLiteInterpreterAllocateTensors(interpreter), kTfLiteOk); in TEST()
183 TFL_CAPI_EXPORT extern TfLiteStatus TfLiteInterpreterAllocateTensors(
163 TfLiteStatus TfLiteInterpreterAllocateTensors(TfLiteInterpreter* interpreter) { in TfLiteInterpreterAllocateTensors() function
109 ThrowIfError(TfLiteInterpreterAllocateTensors(interpreter)); in AllocateTensors()241 private static extern unsafe int TfLiteInterpreterAllocateTensors( in TfLiteInterpreterAllocateTensors() method in TensorFlowLite.Interpreter
274 guard TfLiteInterpreterAllocateTensors(cInterpreter) == kTfLiteOk else { in allocateTensors()
231 if (TfLiteInterpreterAllocateTensors(self.interpreter) != kTfLiteOk) {
113 TfLiteInterpreterAllocateTensors(interpreter);
303 TfLiteInterpreterAllocateTensors(interpreter);
356 TfLiteInterpreterAllocateTensors(interpreter);