summaryrefslogtreecommitdiff
path: root/nn/driver
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2019-07-15 10:39:49 -0700
committerSlava Shklyaev <slavash@google.com>2019-07-19 14:02:04 +0100
commitfe9f10eb773a64ce3b0ec08d0114bc8fb536fa2d (patch)
tree39a26b670916eb79945dd3cf09fb8bc274005984 /nn/driver
parent23ddfe3de1961af8c5d20889ae5acb590e86668f (diff)
downloadml-fe9f10eb773a64ce3b0ec08d0114bc8fb536fa2d.tar.gz
Remove stale TODOs.
Additionally, fix several incorrect comments. Fix: 132323768 Fix: 132323857 Fix: 132323858 Test: doc change only Change-Id: I98888b9937707afb73c0ac1b431253f30bac3de0 Merged-In: I98888b9937707afb73c0ac1b431253f30bac3de0 (cherry picked from commit e042cb08397721da10e70b581f007179945381f4)
Diffstat (limited to 'nn/driver')
-rw-r--r--nn/driver/sample/SampleDriver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/nn/driver/sample/SampleDriver.cpp b/nn/driver/sample/SampleDriver.cpp
index 3ef6a5434..1b6960aa1 100644
--- a/nn/driver/sample/SampleDriver.cpp
+++ b/nn/driver/sample/SampleDriver.cpp
@@ -238,8 +238,6 @@ static void notify(const sp<V1_2::IExecutionCallback>& callback, const ErrorStat
}
}
-// TODO(xusongw): Let callback notify actual output shape once dynamic output shape
-// is supported in CpuExecutor.
template <typename T_IExecutionCallback>
void asyncExecute(const Request& request, MeasureTiming measure, time_point driverStart,
const Model& model, const SampleDriver& driver,