Home
last modified time | relevance | path

Searched defs:LoadModel (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dtest_runner_test.cc28 void LoadModel(const string& bin_file_path) override {} in LoadModel() function in tflite::testing::__anondb6abfa10111::ConcreteTestRunner
33 void LoadModel(const string& bin_file_path, in LoadModel() function in tflite::testing::__anondb6abfa10111::ConcreteTestRunner
H A Dtflite_driver.cc452 void TfLiteDriver::LoadModel(const string& bin_file_path, in LoadModel() function in tflite::testing::TfLiteDriver
495 void TfLiteDriver::LoadModel(const string& bin_file_path) { in LoadModel() function in tflite::testing::TfLiteDriver
H A Dtf_driver.h45 void LoadModel(const string& bin_file_path, const string&) override { in LoadModel() function
H A Dtf_driver.cc134 void TfDriver::LoadModel(const string& bin_file_path) { in LoadModel() function in tflite::testing::TfDriver
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/kernel_test/
H A Dinput_generator.cc92 TfLiteStatus InputGenerator::LoadModel(const string& model_dir) { in LoadModel() function in tflite::testing::InputGenerator
96 TfLiteStatus InputGenerator::LoadModel(const string& model_dir, in LoadModel() function in tflite::testing::InputGenerator
H A Dinput_generator_test.cc30 TEST(InputGeneratorTest, LoadModel) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dgraph_analyzer_tool.cc30 static void LoadModel(const string& filename, in LoadModel() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantization_wrapper_utils.cc64 TfLiteStatus LoadModel(const string& path, ModelT* model) { in LoadModel() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dtflite_driver.cc230 void TfLiteDriver::LoadModel(const string& bin_file_path) { in LoadModel() function in tflite::testing::TfLiteDriver
/aosp_15_r20/external/libtextclassifier/native/annotator/datetime/
H A Dregex-parser_test.cc59 void LoadModel(Fn model_visitor_fn) { in LoadModel() function in libtextclassifier3::__anonbe17b4760111::RegexDatetimeParserTest
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.cc845 TfLiteStatus BenchmarkTfLiteModel::LoadModel() { in LoadModel() function in tflite::benchmark::BenchmarkTfLiteModel
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp940 armnn::INetworkPtr TfLiteParserImpl::LoadModel(std::unique_ptr<tflite::ModelT> model) in LoadModel() function in armnnTfLiteParser::TfLiteParserImpl