Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.h76 const int FLAG_SAMPLE_BENCHMARK_RESULTS = 1 << 2; variable
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java110 public static final int FLAG_SAMPLE_BENCHMARK_RESULTS = 1 << 2; field in NNTestBase