Home
last modified time | relevance | path

Searched refs:generatorHandle (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java159 public static native long destroyRandomGraphGenerator(long generatorHandle); in destroyRandomGraphGenerator() argument
161 private static native int runRandomModel(long generatorHandle, in runRandomModel() argument
195 final long generatorHandle = RandomGraphTest.createRandomGraphGenerator(mDeviceName, in call() local
198 if (generatorHandle == 0) { in call()
212 int nativeExecutionResult = runRandomModel(generatorHandle, in call()
248 RandomGraphTest.destroyRandomGraphGenerator(generatorHandle); in call()
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp578 JNIEnv* env, jclass /* static method */, jlong generatorHandle) { in Java_com_android_nn_crashtest_core_test_RandomGraphTest_destroyRandomGraphGenerator() argument
580 reinterpret_cast<RandomGraphGenerator*>(generatorHandle); in Java_com_android_nn_crashtest_core_test_RandomGraphTest_destroyRandomGraphGenerator()