Searched refs:dumpAllLayers (Results 1 – 5 of 5) sorted by relevance
79 private synchronized native void dumpAllLayers( in dumpAllLayers() method in NNTestBase273 public void dumpAllLayers(File dumpDir, int inputAssetIndex, int inputAssetSize) in dumpAllLayers() method in NNTestBase284 dumpAllLayers(mModelHandle, dumpDir.toString(), in dumpAllLayers()
99 testBase.dumpAllLayers(outputDir, inputAssetIndex, inputAssetSize); in onCreate()
104 bool dumpAllLayers(const char* path,
404 model->dumpAllLayers(dumpPathStr, data.data()); in Java_com_android_nn_benchmark_core_NNTestBase_dumpAllLayers()
579 bool BenchmarkModel::dumpAllLayers( in dumpAllLayers() function in BenchmarkModel