Home
last modified time | relevance | path

Searched defs:model_loader (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dmodel_loader_test.cc54 auto model_loader = std::make_unique<PathModelLoader>(model_path_); in TEST_F() local
65 auto model_loader = in TEST_F() local
105 auto model_loader = in TEST_F() local
116 auto model_loader = std::make_unique<PathModelLoader>("invalid/path"); in TEST_F() local
123 auto model_loader = std::make_unique<MmapModelLoader>(0, 5, 10); in TEST_F() local
130 auto model_loader = std::make_unique<PipeModelLoader>(-1, 10); in TEST_F() local
H A Drunner_test_entry_points.cc68 std::unique_ptr<tflite::acceleration::ModelLoader> model_loader = in ReadFromPipe() local
85 std::unique_ptr<tflite::acceleration::ModelLoader> model_loader = in ReadFromPipeInProcess() local
H A Dvalidator.h46 Validator(std::unique_ptr<ModelLoader> model_loader, in Validator()
H A Dvalidator_runner_entrypoint.cc67 std::unique_ptr<ModelLoader> model_loader = in RunValidator() local
H A Dvalidator_runner.cc80 std::unique_ptr<ModelLoader> model_loader = in Init() local