We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f1a44 commit 83b7c6cCopy full SHA for 83b7c6c
backends/samsung/runtime/enn_backend.cpp
@@ -51,7 +51,7 @@ class EnnBackend final : public PyTorchBackendInterface {
51
Error execute(
52
BackendExecutionContext& context,
53
DelegateHandle* handle,
54
- EValue** args) const override {
+ Span<EValue*> args) const override {
55
auto executor = static_cast<enn::EnnExecutor*>(handle);
56
57
std::vector<enn::DataBuffer> inputs;
0 commit comments