Searched refs:dumpAllLayers (Results 1 – 5 of 5) sorted by relevance
105 testBase.dumpAllLayers(outputDir, inputAssetIndex, inputAssetSize); in onCreate()
100 private synchronized native void dumpAllLayers( in dumpAllLayers() method in NNTestBase361 public void dumpAllLayers(File dumpDir, int inputAssetIndex, int inputAssetSize) in dumpAllLayers() method in NNTestBase372 dumpAllLayers(mModelHandle, dumpDir.toString(), in dumpAllLayers()
121 bool dumpAllLayers(const char* path,
433 model->dumpAllLayers(dumpPathStr, data.data()); in Java_com_android_nn_benchmark_core_NNTestBase_dumpAllLayers()
717 bool BenchmarkModel::dumpAllLayers( in dumpAllLayers() function in BenchmarkModel