Home
last modified time | relevance | path

Searched refs:dumpAllLayers (Results 1 – 5 of 5) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java79 private synchronized native void dumpAllLayers( in dumpAllLayers() method in NNTestBase
273 public void dumpAllLayers(File dumpDir, int inputAssetIndex, int inputAssetSize) in dumpAllLayers() method in NNTestBase
284 dumpAllLayers(mModelHandle, dumpDir.toString(), in dumpAllLayers()
/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DDumpIntermediateTensors.java99 testBase.dumpAllLayers(outputDir, inputAssetIndex, inputAssetSize); in onCreate()
/test/mlts/benchmark/jni/
Drun_tflite.h104 bool dumpAllLayers(const char* path,
Dbenchmark_jni.cpp404 model->dumpAllLayers(dumpPathStr, data.data()); in Java_com_android_nn_benchmark_core_NNTestBase_dumpAllLayers()
Drun_tflite.cpp579 bool BenchmarkModel::dumpAllLayers( in dumpAllLayers() function in BenchmarkModel