Searched refs:imageDimension (Results 1 – 3 of 3) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/ |
D | Inception.java | 23 int imageDimension, AssetManager assetManager, in preprocess() argument 35 Bitmap scaledBitmap = Bitmap.createScaledBitmap(centeredBitmap, imageDimension, in preprocess() 36 imageDimension, true); in preprocess() 40 int[] pixels = new int[imageDimension * imageDimension]; in preprocess() 41 scaledBitmap.getPixels(pixels, 0, imageDimension, 0, 0, imageDimension, imageDimension); in preprocess() 51 for (int i = 0; i < imageDimension * imageDimension; i++) { in preprocess()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | ImageProcessorInterface.java | 31 int imageDimension, AssetManager assetManager, in preprocess() argument
|
D | InferenceInOutSequence.java | 142 int imageDimension) { in FromDataset() argument 153 mImageDimension = imageDimension; in FromDataset()
|