Home
last modified time | relevance | path

Searched refs:data_directory_path (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dvalidator_runner.cc49 const std::string& data_directory_path, in ValidatorRunner() argument
55 data_directory_path_(data_directory_path), in ValidatorRunner()
64 const std::string& data_directory_path, in ValidatorRunner() argument
69 data_directory_path_(data_directory_path), in ValidatorRunner()
205 data_directory_path = data_directory_path_, in TriggerMissingValidation()
226 ProcessRunner runner(data_directory_path, in TriggerMissingValidation()
242 data_directory_path}; in TriggerMissingValidation()
Dvalidator_runner.h72 const std::string& data_directory_path,
79 const std::string& data_directory_path,
Dmini_benchmark_implementation.cc434 } else if (storage_paths->data_directory_path() == nullptr || in BenchmarkIsEnabled()
435 storage_paths->data_directory_path()->str().empty()) { in BenchmarkIsEnabled()
508 settings_->storage_paths()->data_directory_path()->str(), nnapi_sl); in CreateValidatorIfNececessary()
514 settings_->storage_paths()->data_directory_path()->str(), nnapi_sl); in CreateValidatorIfNececessary()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dflatbuffer_to_proto.cc411 if (storage_paths.data_directory_path() != nullptr) { in ConvertBenchmarkStoragePaths()
413 storage_paths.data_directory_path()->str()); in ConvertBenchmarkStoragePaths()
Dconfiguration_generated.h3063 std::string data_directory_path{};
3076 const flatbuffers::String *data_directory_path() const { in data_directory_path() function
3084 verifier.VerifyString(data_directory_path()) && in Verify()
3099 void add_data_directory_path(flatbuffers::Offset<flatbuffers::String> data_directory_path) { in add_data_directory_path()
3100 fbb_.AddOffset(BenchmarkStoragePaths::VT_DATA_DIRECTORY_PATH, data_directory_path); in add_data_directory_path()
3116 flatbuffers::Offset<flatbuffers::String> data_directory_path = 0) {
3118 builder_.add_data_directory_path(data_directory_path);
3126 const char *data_directory_path = nullptr) {
3128 auto data_directory_path__ = data_directory_path ? _fbb.CreateString(data_directory_path) : 0;
4550 (lhs.data_directory_path == rhs.data_directory_path);
[all …]
Dproto_to_flatbuffer.cc370 builder->CreateString(storage_paths.data_directory_path())); in ConvertBenchmarkStoragePaths()
Dconfiguration.proto694 optional string data_directory_path = 2; field