Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java371 List<InferenceInOutSequence> ios = getInputOutputAssets(); in dumpAllLayers() local
373 ios.subList(inputAssetIndex, inputAssetSize)); in dumpAllLayers()
378 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runInferenceOnce() local
381 runBenchmark(ios, 1, Float.MAX_VALUE, flags); in runInferenceOnce()
398 List<InferenceInOutSequence> ios = getInputOutputAssets(); in runBenchmarkCompleteInputSet() local
400 for (InferenceInOutSequence iosSeq : ios) { in runBenchmarkCompleteInputSet()
404 int totalSequenceInferencesCount = ios.size() * setRepeat; in runBenchmarkCompleteInputSet()
408 runBenchmark(ios, totalSequenceInferencesCount, timeoutSec, in runBenchmarkCompleteInputSet()