Searched refs:execution (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/neuralnetworks/app/jni/ |
D | trigger_libneuralnetworks_atoms.cpp | 176 ANeuralNetworksExecution* execution = nullptr; in executionSuccess() local 177 CHECK_EQ(ANEURALNETWORKS_NO_ERROR, ANeuralNetworksExecution_create(compilation, &execution)); in executionSuccess() 178 CHECK(execution != nullptr); in executionSuccess() 180 ANeuralNetworksExecution_setInput(execution, 0, nullptr, &kMatrix1, sizeof(kMatrix1))); in executionSuccess() 182 ANeuralNetworksExecution_setInput(execution, 1, nullptr, &kMatrix2, sizeof(kMatrix2))); in executionSuccess() 184 ANeuralNetworksExecution_setOutput(execution, 0, nullptr, &output, sizeof(output))); in executionSuccess() 185 CHECK_EQ(ANEURALNETWORKS_NO_ERROR, ANeuralNetworksExecution_compute(execution)); in executionSuccess() 188 ANeuralNetworksExecution_free(execution); in executionSuccess() 227 ANeuralNetworksExecution* execution = nullptr; in executionFailure() local 228 CHECK_EQ(ANEURALNETWORKS_NO_ERROR, ANeuralNetworksExecution_create(compilation, &execution)); in executionFailure() [all …]
|
/cts/tests/tests/media/ |
D | README.md | 40 Zip containing the media files are quite large and first execution of the test 45 If the device contains an incomplete directory (from previous incomplete execution of the tests,
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 82 their impact on execution time in all likelihood has been negligible.) 94 procedure of Dhrystone in a loop and to measure the execution time. If 100 execution of the benchmark. 110 Except for sophisticated optimizing compilers, execution times for 206 represented in the program, and that execution time is dominated by 250 difference in execution time to a Dhrystone version where all 279 execution would benefit from procedure merging (inlining, macro 297 than those listed above - are not forbidden when Dhrystone execution
|
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/ |
D | CtsNfcResolverDeviceTest.java | 441 ThrowingRunnable execution, Runnable cleanup) { in runAndExecuteCleanupBeforeAnyThrow() argument 444 execution.run(); in runAndExecuteCleanupBeforeAnyThrow()
|
D | CtsSharesheetDeviceTest.java | 1358 ThrowingRunnable execution, Runnable cleanup) { in runAndExecuteCleanupBeforeAnyThrow() argument 1361 execution.run(); in runAndExecuteCleanupBeforeAnyThrow()
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 1272 description: "- Hardware-backed trusted execution environment"
|