Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp141 class RandomGraphGenerator { class
143 RandomGraphGenerator(const ANeuralNetworksDevice* device, in RandomGraphGenerator() function in RandomGraphGenerator
484 RandomGraphGenerator* graphGenerator = in Java_com_android_nn_crashtest_core_test_RandomGraphTest_runRandomModel()
485 reinterpret_cast<RandomGraphGenerator*>(_generatorHandle); in Java_com_android_nn_crashtest_core_test_RandomGraphTest_runRandomModel()
564 RandomGraphGenerator* result = new RandomGraphGenerator( in Java_com_android_nn_crashtest_core_test_RandomGraphTest_createRandomGraphGenerator()
579 RandomGraphGenerator* graphGenerator = in Java_com_android_nn_crashtest_core_test_RandomGraphTest_destroyRandomGraphGenerator()
580 reinterpret_cast<RandomGraphGenerator*>(generatorHandle); in Java_com_android_nn_crashtest_core_test_RandomGraphTest_destroyRandomGraphGenerator()