Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/python/analyzer_wrapper/
Danalyzer_wrapper.cc33 [](const std::string& model_path, bool input_is_filepath) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dtac.py20 def run_tac(model_path, targets, output_path): argument
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dcopy_associated_files.py45 def main(model_path, associated_files_path, output_path): argument
Dmini_benchmark_test.cc67 void SetupBenchmark(proto::Delegate delegate, const std::string& model_path, in SetupBenchmark()
88 void TriggerBenchmark(proto::Delegate delegate, const std::string& model_path, in TriggerBenchmark()
Dvalidator_runner.cc45 ValidatorRunner::ValidatorRunner(const std::string& model_path, in ValidatorRunner()
181 std::string model_path; in TriggerMissingValidation() local
Dvalidator_runner_entrypoint.cc44 std::string model_path = argv[3]; in Java_org_tensorflow_lite_acceleration_validation_entrypoint() local
/external/ComputeLibrary/examples/
Dgraph_mobilenet_v2.cpp129 const std::string model_path = "/cnn_data/mobilenet_v2_1.0_224_model/"; in create_graph_float() local
265 const std::string model_path = "/cnn_data/mobilenet_v2_1.0_224_quantized_model/"; in create_graph_qasymm8() local
Dgraph_srcnn955.cpp78 const std::string model_path = "/cnn_data/srcnn955_model/"; in do_setup() local
Dgraph_vgg_vdsr.cpp79 const std::string model_path = "/cnn_data/vdsr_model/"; in do_setup() local
Dgraph_resnet12.cpp81 const std::string model_path = "/cnn_data/resnet12_model/"; in do_setup() local
Dgraph_shufflenet.cpp72 std::string model_path = "/cnn_data/shufflenet_model/"; in do_setup() local
Dgraph_resnet_v2_50.cpp63 std::string model_path = "/cnn_data/resnet_v2_50_model/"; in do_setup() local
Dgraph_mobilenet.cpp124 …std::string model_path = (model_id == 0) ? "/cnn_data/mobilenet_v1_1_224_model/" : "/cnn_data/mob… in create_graph_float() local
Dgraph_inception_resnet_v1.cpp88 std::string model_path = "/cnn_data/inception_resnet_v1_model/"; in do_setup() local
Dgraph_inception_resnet_v2.cpp72 std::string model_path = "/cnn_data/inception_resnet_v2_model/"; in do_setup() local
/external/tensorflow/tensorflow/lite/kernels/
Dconv_mem_test.cc27 void TestMemoryThreshold(const std::string& model_path, in TestMemoryThreshold()
/external/tensorflow/tensorflow/lite/python/
Danalyzer.py54 def analyze(model_path=None, argument
/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/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
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper_pybind11.cc50 [](const std::string& model_path, int op_resolver_id, in PYBIND11_MODULE()
53 bool preserve_all_tensors) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/lite/tools/
Dgen_op_registration_test.cc28 void ReadOps(const string& model_path) { in ReadOps()
/external/libaom/libaom/aom_dsp/
Dvmaf.c32 void aom_init_vmaf_model(VmafModel **vmaf_model, const char *model_path) { in aom_init_vmaf_model()
/external/tensorflow/tensorflow/lite/
Dmodel_test.cc644 const auto model_path = in TEST() local
665 const auto model_path = in TEST() local
745 const auto model_path = in TEST() local

12