Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java462 FetchOptions ops = DatastoreHelper.getLargeBatchOptions(); in getMatchingKeys() local
464 ops.limit(maxSize); in getMatchingKeys()
468 for (Entity testRunKey : datastore.prepare(testQuery).asIterable(ops)) { in getMatchingKeys()
/test/mlts/benchmark/jni/
Drun_tflite.cpp116 tflite::ops::builtin::BuiltinOpResolver resolver; in init()
387 tflite::ops::builtin::BuiltinOpResolver resolver; in runCompilation()