Home
last modified time | relevance | path

Searched defs:className (Results 1 – 7 of 7) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DEvaluatorConfig.java29 private String className; field in EvaluatorConfig
37 public EvaluatorConfig(String className, String outputMeanStdDev, Double expectedTop1) { in EvaluatorConfig()
/test/mlts/models/assets/models_list/
Dmobilenet_topk_aosp.json8 "className": "TopK", string
25 "className": "TopK", string
44 "className": "TopK", string
61 "className": "TopK", string
80 "className": "TopK", string
97 "className": "TopK", string
116 "className": "TopK", string
133 "className": "TopK", string
152 "className": "TopK", string
169 "className": "TopK", string
[all …]
Dtest_models.json246 "className": "MelCepLogF0", string
459 "className": "PhoneErrorRate" string
/test/suite_harness/tools/dex-tools/test/dex/reader/util/
DSpecialJavaFileManager.java54 public MemoryByteCode getMemoryByteCode(String className) { in getMemoryByteCode()
/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java93 protected DexClass getClass(DexFile file, String className) { in getClass()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java115 String className = method.substring(0, index); in invokeMethod() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java281 String className = test.getClass().getName(); in prepareTestClass() local