Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.h49 class RuntimeExecution {
50 DISALLOW_COPY_AND_ASSIGN(RuntimeExecution);
53 RuntimeExecution() = default;
54 virtual ~RuntimeExecution() = default;
97 virtual std::pair<int, std::shared_ptr<RuntimeExecution>> createReusableExecution(
DExecutionBuilder.h52 class RuntimeExecution; variable
433 std::shared_ptr<RuntimeExecution> mExecution;
435 std::pair<int, std::shared_ptr<RuntimeExecution>> getReusableExecution();
DManager.cpp165 std::pair<int, std::shared_ptr<RuntimeExecution>> createReusableExecution(
190 class DriverExecution : public RuntimeExecution {
649 std::pair<int, std::shared_ptr<RuntimeExecution>> DriverPreparedModel::createReusableExecution( in createReusableExecution()
915 std::pair<int, std::shared_ptr<RuntimeExecution>> createReusableExecution(
941 class CpuExecution : public RuntimeExecution {
1155 std::pair<int, std::shared_ptr<RuntimeExecution>> CpuPreparedModel::createReusableExecution( in createReusableExecution()
DExecutionBuilder.cpp1443 std::pair<int, std::shared_ptr<RuntimeExecution>> StepExecutor::getReusableExecution() { in getReusableExecution()