summaryrefslogtreecommitdiff
path: root/nn/runtime/ExecutionPlan.h
diff options
context:
space:
mode:
authorDavid Gross <dgross@google.com>2017-09-22 17:16:51 -0700
committerDavid Gross <dgross@google.com>2017-09-25 10:06:17 -0700
commit0b9453e41a544f9c780eaa15ad65136ad4662ccb (patch)
tree78e9e108797ddbc9132e063f90c0ff407eb172e3 /nn/runtime/ExecutionPlan.h
parentdae4833386d34864ae16e4bfa2169844a55c8ea5 (diff)
downloadml-0b9453e41a544f9c780eaa15ad65136ad4662ccb.tar.gz
More debugging tools for graph partitioning.
1) Under property debug.nn.partition.test, run partitioning algorithm fropm CompilationBuilder::finish(). We don't use the results -- this is to produce log output and to verify that we don't crash. 2) Add a little more LOG(DEBUG) output. Bug: 63905942 Test: mm (userdebug and user) Change-Id: I8f0f4477cb9a564dcd55536677687c7914a9b86e
Diffstat (limited to 'nn/runtime/ExecutionPlan.h')
-rw-r--r--nn/runtime/ExecutionPlan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nn/runtime/ExecutionPlan.h b/nn/runtime/ExecutionPlan.h
index 950942183..9b4721ed8 100644
--- a/nn/runtime/ExecutionPlan.h
+++ b/nn/runtime/ExecutionPlan.h
@@ -35,7 +35,6 @@ class ModelBuilder;
class ExecutionStep {
public:
- ExecutionStep() {}
ExecutionStep(std::shared_ptr<ModelBuilder> model, std::shared_ptr<Device> device);
int addOperation(int operationIndex, const ModelBuilder& fromModel);
int addOperand(uint32_t fromOperandIndex, uint32_t* toOperandIndex,