/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/ |
D | train.py | 113 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/ |
D | bert_nl_classifier_c_api.cc | 36 BertNLClassifier* BertNLClassifierFromFile(const char* model_path) { in BertNLClassifierFromFile()
|
D | nl_classifier_c_api.cc | 38 const char* model_path, const NLClassifierOptions* options) { in NLClassifierFromFileAndOptions()
|
/external/libaom/libaom/aom_dsp/ |
D | vmaf.c | 95 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/ |
D | bert_qa_c_api.cc | 34 BertQuestionAnswerer* BertQuestionAnswererFromFile(const char* model_path) { in BertQuestionAnswererFromFile()
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_weights_test.cc | 42 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
|
D | quantization_utils_test.cc | 41 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model); in ReadModel() local
|
D | quantize_model_test.cc | 44 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model_name); in ReadModel() local
|
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ |
D | interpreter_wrapper_pybind11.cc | 47 [](const std::string& model_path, in PYBIND11_MODULE() 50 registerers_by_func) { in PYBIND11_MODULE()
|
D | interpreter_wrapper.cc | 705 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/ |
D | interpreter.py | 250 model_path=None, argument 800 model_path=None, argument
|
D | interpreter_test.py | 392 def _TestInterpreter(self, model_path, options=None): argument
|
/external/tensorflow/tensorflow/lite/tools/ |
D | gen_op_registration_test.cc | 28 void ReadOps(const string& model_path) { in ReadOps()
|
/external/tensorflow/tensorflow/python/keras/integration_test/ |
D | multi_worker_tutorial_test.py | 144 def fn(model_path, checkpoint_dir): argument
|
/external/tensorflow/tensorflow/lite/ |
D | model_test.cc | 483 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/ |
D | c_api.cc | 97 TfLiteModel* TfLiteModelCreateFromFile(const char* model_path) { in TfLiteModelCreateFromFile()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
D | calibrator_test.cc | 39 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, model_name); in ReadModel() local
|