HomeSort by relevance Sort by last modified time
    Searched refs:mExecution (Results 1 - 3 of 3) sorted by null

  /frameworks/ml/nn/runtime/include/
NeuralNetworksWrapper.h 296 int result = ANeuralNetworksExecution_create(compilation->getHandle(), &mExecution);
302 ~Execution() { ANeuralNetworksExecution_free(mExecution); }
316 ANeuralNetworksExecution_free(mExecution);
317 mExecution = other.mExecution;
318 other.mExecution = nullptr;
326 ANeuralNetworksExecution_setInput(mExecution, index, type, buffer, length));
332 mExecution, index, type, memory->get(), offset, length));
338 ANeuralNetworksExecution_setOutput(mExecution, index, type, buffer, length));
344 mExecution, index, type, memory->get(), offset, length))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 61 private TestExecution mExecution;
114 mExecution = execution;
195 TestResultsNotifier notifier = new TestResultsNotifier(mExecution.getListener(),
355 if (mExecution != null) {
356 mExecution.stop();
  /frameworks/ml/nn/runtime/test/
TestValidation.cpp 116 ASSERT_EQ(ANeuralNetworksExecution_create(mCompilation, &mExecution),
120 ANeuralNetworksExecution_free(mExecution);
123 ANeuralNetworksExecution* mExecution = nullptr;

Completed in 1362 milliseconds