Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DDumpIntermediateTensors.java79 int inputAssetSize = extras.getInt(EXTRA_INPUT_ASSET_SIZE, 1); in onCreate() local
102 testBase.dumpAllLayers(outputDir, inputAssetIndex, inputAssetSize); in onCreate()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java285 public void dumpAllLayers(File dumpDir, int inputAssetIndex, int inputAssetSize) in dumpAllLayers() argument
297 ios.subList(inputAssetIndex, inputAssetSize)); in dumpAllLayers()