Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp145 const std::string& testName, uint32_t numOperations, in RandomGraphGenerator() argument
153 mNumOperations(numOperations), in RandomGraphGenerator()
561 uint32_t numOperations = static_cast<uint32_t>(_numOperations); in Java_com_android_nn_crashtest_core_test_RandomGraphTest_createRandomGraphGenerator() local
565 device, nnApiDeviceNameStr, testName, numOperations, dimensionRange, in Java_com_android_nn_crashtest_core_test_RandomGraphTest_createRandomGraphGenerator()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java155 public static native long createRandomGraphGenerator(String nnApiDeviceName, int numOperations, in createRandomGraphGenerator() argument