Home
last modified time | relevance | path

Searched defs:tflite_model (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py91 def _generate_random_input_data(tflite_model, seed=None): argument
114 def _evaluate_tflite_model(tflite_model, input_data): argument
207 def compare_models(tflite_model, tf_eval_func, input_data=None, tolerance=5): argument
227 def compare_models_v2(tflite_model, concrete_func, input_data=None, argument
/external/tensorflow/tensorflow/lite/testing/
Dtflite_diff_util.h30 string tflite_model; member
Dtflite_diff_flags.h30 string tflite_model; in ParseTfliteDiffFlags() member
/external/tensorflow/tensorflow/lite/testing/kernel_test/
Dutil.h32 string tflite_model; member
/external/tensorflow/tensorflow/lite/python/
Dlite_v2_test.py40 def _evaluateTFLiteModel(self, tflite_model, input_data): argument
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc162 auto tflite_model = CreateMutableModel(*model_->GetModel()); in QuantizeModel() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator.cc263 auto tflite_model = model.GetModel(); in BuildLoggingInterpreter() local