Home
last modified time | relevance | path

Searched refs:ResetVariableTensors (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dc_api_experimental.cc31 return interpreter->impl->ResetVariableTensors(); in TfLiteInterpreterResetVariableTensors()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_interpreter.cc301 TF_LITE_ENSURE_STATUS(ResetVariableTensors()); in AllocateTensors()
390 TfLiteStatus MicroInterpreter::ResetVariableTensors() { in ResetVariableTensors() function in tflite::MicroInterpreter
Dmicro_interpreter.h156 TfLiteStatus ResetVariableTensors();
Dmicro_interpreter_test.cc299 interpreter.ResetVariableTensors(); in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc303 TfLiteStatus Interpreter::ResetVariableTensors() { in ResetVariableTensors() function in tflite::Interpreter
304 return primary_subgraph().ResetVariableTensors(); in ResetVariableTensors()
Dinterpreter.h586 TfLiteStatus ResetVariableTensors();
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h96 PyObject* ResetVariableTensors();
Dinterpreter_wrapper_pybind11.cc164 return tensorflow::PyoOrThrow(self.ResetVariableTensors()); in PYBIND11_MODULE()
Dinterpreter_wrapper.cc746 PyObject* InterpreterWrapper::ResetVariableTensors() { in ResetVariableTensors() function in tflite::interpreter_wrapper::InterpreterWrapper
748 TFLITE_PY_CHECK(interpreter_->ResetVariableTensors()); in ResetVariableTensors()
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.cc381 interpreter_->ResetVariableTensors(); in ResetLSTMStateTensors()
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py763 return self._interpreter.ResetVariableTensors()
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc163 interpreter_->ResetVariableTensors(); in AllocateAndDelegate()
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc162 TFLITE_PY_CHECK(interpreter_->ResetVariableTensors()); in Prepare()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h303 TfLiteStatus ResetVariableTensors();
Dsubgraph.cc707 ResetVariableTensors(); in AllocateTensors()
713 TfLiteStatus Subgraph::ResetVariableTensors() { in ResetVariableTensors() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver.cc690 interpreter_->ResetVariableTensors(); in ResetLSTMStateTensors()
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativeinterpreterwrapper_jni.cc697 TfLiteStatus status = interpreter->ResetVariableTensors(); in Java_org_tensorflow_lite_NativeInterpreterWrapper_resetVariableTensors()