Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/signature/
Dsignature_def_utils.py24 def set_signature_defs(tflite_model, signature_def_map): argument
50 def get_signature_defs(tflite_model): argument
77 def clear_signature_defs(tflite_model): argument
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dtest_util.py68 def evaluate_tflite_model(tflite_model, input_ndarrays): argument
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc177 auto tflite_model = CreateMutableModel(*model->GetModel()); in AddIntermediateTensors() local
548 auto tflite_model = CreateMutableModel(*model_->GetModel()); in Calibrate() local
587 auto tflite_model = CreateMutableModel(*model_->GetModel()); in QuantizeModel() local
622 auto tflite_model = CreateMutableModel(*model_->GetModel()); in QuantizeModel() local
/external/tensorflow/tensorflow/lite/testing/
Dtflite_diff_util.h32 string tflite_model; member
Dtflite_diff_flags.h33 string tflite_model; in ParseTfliteDiffFlags() member
/external/tensorflow/tensorflow/lite/python/
Dlite_v2_test_util.py38 def _evaluateTFLiteModel(self, tflite_model, input_data, input_shapes=None): argument
71 def _evaluateTFLiteModelUsingSignatureDef(self, tflite_model, signature_key, argument
Dconvert.py870 def deduplicate_readonly_buffers(tflite_model): argument
/external/tensorflow/tensorflow/lite/testing/kernel_test/
Dutil.h32 string tflite_model; member
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc325 auto tflite_model = std::make_unique<tflite::ModelT>(); in MlirQuantizeModel() local
368 auto tflite_model = std::make_unique<tflite::ModelT>(); in MlirSparsifyModel() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator.cc382 const tflite::Model* tflite_model, ErrorReporter* error_reporter, in BuildLoggingInterpreter()
462 tflite::InterpreterBuilder(tflite_model, *logging_op_resolver, in BuildLoggingInterpreter() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dmodel_utils.cc175 auto tflite_model = fb_model->GetModel(); in CreateMutableModelFromFile() local
Dmodify_model_interface.cc378 auto tflite_model = utils::CreateMutableModelFromFile(input_file); in ModifyModelInterface() local
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc109 const tflite::Model *tflite_model = in CreateInterpreter() local
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc491 const uint8_t* TfLiteGpuDelegateGetModelMetadata(const void* tflite_model) { in TfLiteGpuDelegateGetModelMetadata()