Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h217 virtual int64_t MayGetModelFileSize() { return -1; } in MayGetModelFileSize() function
H A Dbenchmark_tflite_model.cc528 int64_t BenchmarkTfLiteModel::MayGetModelFileSize() { in MayGetModelFileSize() function in tflite::benchmark::BenchmarkTfLiteModel