Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DInferenceInOutSequence.java130 private String mInputPath; field in InferenceInOutSequence.FromDataset
143 mInputPath = inputPath; in FromDataset()
144 if (mInputPath.endsWith("/")) { in FromDataset()
145 mInputPath = mInputPath.substring(0, mInputPath.length() - 1); in FromDataset()
180 String[] allFileNames = assetManager.list(mInputPath); in readDataset()
231 final String fileName = mInputPath + '/' + imageFileNames.get(i); in readDataset()