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.java80 private synchronized native void dumpAllLayers( in dumpAllLayers() method in NNTestBase
285 public void dumpAllLayers(File dumpDir, int inputAssetIndex, int inputAssetSize) in dumpAllLayers() method in NNTestBase
296 dumpAllLayers(mModelHandle, dumpDir.toString(), in dumpAllLayers()
/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DDumpIntermediateTensors.java102 testBase.dumpAllLayers(outputDir, inputAssetIndex, inputAssetSize); in onCreate()
/test/mlts/benchmark/jni/
Drun_tflite.h116 bool dumpAllLayers(const char* path,
Drun_tflite.cpp615 bool BenchmarkModel::dumpAllLayers( in dumpAllLayers() function in BenchmarkModel
Dbenchmark_jni.cpp431 model->dumpAllLayers(dumpPathStr, data.data()); in Java_com_android_nn_benchmark_core_NNTestBase_dumpAllLayers()