Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DDumpIntermediateTensors.java78 int inputAssetIndex = extras.getInt(EXTRA_INPUT_ASSET_INDEX, 0); in onCreate() local
102 testBase.dumpAllLayers(outputDir, inputAssetIndex, inputAssetSize); in onCreate()
/test/mlts/benchmark/tools/
Dbuild_and_dump_intermediate.sh59 --es "$MODEL_LIST" inputAssetIndex 0 &&
/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()