Searched refs:AllocateTensors (Results 1 – 9 of 9) sorted by relevance
115 TfLiteStatus allocate_status = interpreter->AllocateTensors(); in setup()244 interpreter.AllocateTensors();
62 interpreter.AllocateTensors(); in TF_LITE_MICRO_TEST()
71 interpreter.AllocateTensors(); in Update()
181 TfLiteStatus MicroInterpreter::AllocateTensors() { in AllocateTensors() function in tflite::MicroInterpreter281 TF_LITE_ENSURE_OK(&context_, AllocateTensors()); in Invoke()
65 TfLiteStatus AllocateTensors();
55 TF_LITE_MICRO_EXPECT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TF_LITE_MICRO_TEST()
108 public void AllocateTensors() { in AllocateTensors() method in TensorFlowLite.Interpreter
438 TfLiteStatus AllocateTensors();
349 // ModifyGraphWithDelegate() time, or when calling AllocateTensors() after
Completed in 13 milliseconds