Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dinterpreter_experimental.cc51 TfLiteStatus Interpreter::ResetVariableTensors() { in ResetVariableTensors() function in tflite::Interpreter
53 TF_LITE_ENSURE_STATUS(subgraph->ResetVariableTensors()); in ResetVariableTensors()
Dinterpreter.h653 TfLiteStatus ResetVariableTensors();
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativeinterpreterwrapperexperimental_jni.cc69 TfLiteStatus status = interpreter->ResetVariableTensors(); in Java_org_tensorflow_lite_NativeInterpreterWrapperExperimental_resetVariableTensors()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h91 PyObject* ResetVariableTensors();
Dinterpreter_wrapper_pybind11.cc184 return tensorflow::PyoOrThrow(self.ResetVariableTensors()); in PYBIND11_MODULE()
Dinterpreter_wrapper.cc833 PyObject* InterpreterWrapper::ResetVariableTensors() { in ResetVariableTensors() function in tflite::interpreter_wrapper::InterpreterWrapper
835 TFLITE_PY_CHECK(interpreter_->ResetVariableTensors()); in ResetVariableTensors()
/external/tensorflow/tensorflow/lite/c/
Dc_api_experimental.cc32 return interpreter->impl->ResetVariableTensors(); in TfLiteInterpreterResetVariableTensors()
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc215 TFLITE_PY_CHECK(interpreter_->ResetVariableTensors()); in Prepare()
229 TFLITE_PY_CHECK(interpreter_->ResetVariableTensors()); in Prepare()
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.cc381 interpreter_->ResetVariableTensors(); in ResetLSTMStateTensors()
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py920 return self._interpreter.ResetVariableTensors()
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc169 interpreter_->ResetVariableTensors(); in AllocateAndDelegate()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h316 TfLiteStatus ResetVariableTensors();
Dsubgraph.cc761 ResetVariableTensors(); in AllocateTensors()
771 TfLiteStatus Subgraph::ResetVariableTensors() { in ResetVariableTensors() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver.cc777 interpreter_->ResetVariableTensors(); in ResetLSTMStateTensors()