Searched refs:ResetVariableTensors (Results 1 – 12 of 12) sorted by relevance
25 return interpreter->impl->ResetVariableTensors(); in TFL_InterpreterResetVariableTensors()
151 TfLiteStatus Interpreter::ResetVariableTensors() { in ResetVariableTensors() function in tflite::Interpreter152 return primary_subgraph().ResetVariableTensors(); in ResetVariableTensors()
434 TfLiteStatus ResetVariableTensors();
69 PyObject* ResetVariableTensors();
433 PyObject* InterpreterWrapper::ResetVariableTensors() { in ResetVariableTensors() function in tflite::interpreter_wrapper::InterpreterWrapper435 TFLITE_PY_CHECK(interpreter_->ResetVariableTensors()); in ResetVariableTensors()
294 return self._interpreter.ResetVariableTensors()
77 TFLITE_PY_CHECK(interpreter_->ResetVariableTensors()); in Prepare()
139 interpreter_->ResetVariableTensors(); in BuildInterpreter()
381 interpreter_->ResetVariableTensors(); in ResetLSTMStateTensors()
276 TfLiteStatus ResetVariableTensors();
495 ResetVariableTensors(); in AllocateTensors()501 TfLiteStatus Subgraph::ResetVariableTensors() { in ResetVariableTensors() function in tflite::Subgraph
384 interpreter_->ResetVariableTensors(); in ResetLSTMStateTensors()