Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h420 bool areDynamicTemporariesAllocated() const;
DExecutionBuilder.cpp773 CHECK(executor->areDynamicTemporariesAllocated()); in computeInternal()
831 CHECK(fallbackExecutor->areDynamicTemporariesAllocated()); in computeInternal()
1380 bool StepExecutor::areDynamicTemporariesAllocated() const { in areDynamicTemporariesAllocated() function in android::nn::StepExecutor