Home
last modified time | relevance | path

Searched defs:model_path (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/
Dtrain.py113 model_path, # pylint: disable=unused-argument argument
197 model, model_path = build_net(args, seq_length) variable
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dbert_nl_classifier_c_api.cc36 BertNLClassifier* BertNLClassifierFromFile(const char* model_path) { in BertNLClassifierFromFile()
Dnl_classifier_c_api.cc38 const char* model_path, const NLClassifierOptions* options) { in NLClassifierFromFileAndOptions()
/external/libaom/libaom/aom_dsp/
Dvmaf.c95 void aom_calc_vmaf(const char *model_path, const YV12_BUFFER_CONFIG *source, in aom_calc_vmaf()
119 void *user_data, const char *model_path, in aom_calc_vmaf_multi_frame()
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_qa_c_api.cc34 BertQuestionAnswerer* BertQuestionAnswererFromFile(const char* model_path) { in BertQuestionAnswererFromFile()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights_test.cc42 auto model_path = tensorflow::io::JoinPath( in ReadTestModel() local
48 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadSharedWeightsTestModel() local
54 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadGatherTestModel() local
60 auto model_path = in ReadCustomOpTestModel() local
Dquantization_utils_test.cc41 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model); in ReadModel() local
Dquantize_model_test.cc44 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model_name); in ReadModel() local
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper_pybind11.cc47 [](const std::string& model_path, in PYBIND11_MODULE()
50 registerers_by_func) { in PYBIND11_MODULE()
Dinterpreter_wrapper.cc705 const char* model_path, const std::vector<std::string>& registerers_by_name, in CreateWrapperCPPFromFile()
717 const char* model_path, const std::vector<std::string>& registerers, in CreateWrapperCPPFromFile()
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py250 model_path=None, argument
800 model_path=None, argument
Dinterpreter_test.py392 def _TestInterpreter(self, model_path, options=None): argument
/external/tensorflow/tensorflow/lite/tools/
Dgen_op_registration_test.cc28 void ReadOps(const string& model_path) { in ReadOps()
/external/tensorflow/tensorflow/python/keras/integration_test/
Dmulti_worker_tutorial_test.py144 def fn(model_path, checkpoint_dir): argument
/external/tensorflow/tensorflow/lite/
Dmodel_test.cc483 const auto model_path = in TEST() local
504 const auto model_path = in TEST() local
584 const auto model_path = in TEST() local
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc97 TfLiteModel* TfLiteModelCreateFromFile(const char* model_path) { in TfLiteModelCreateFromFile()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator_test.cc39 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model_name); in ReadModel() local