Home
last modified time | relevance | path

Searched defs:MayGetModelFileSize (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h204 virtual int64_t MayGetModelFileSize() { return -1; } in MayGetModelFileSize() function
Dbenchmark_tflite_model.cc383 int64_t BenchmarkTfLiteModel::MayGetModelFileSize() { in MayGetModelFileSize() function in tflite::benchmark::BenchmarkTfLiteModel