Skip to content

Commit 83b7c6c

Browse files
committed
fix argument data type of main
Signed-off-by: jiseong.oh <[email protected]>
1 parent 05f1a44 commit 83b7c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/samsung/runtime/enn_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class EnnBackend final : public PyTorchBackendInterface {
5151
Error execute(
5252
BackendExecutionContext& context,
5353
DelegateHandle* handle,
54-
EValue** args) const override {
54+
Span<EValue*> args) const override {
5555
auto executor = static_cast<enn::EnnExecutor*>(handle);
5656

5757
std::vector<enn::DataBuffer> inputs;

0 commit comments

Comments
 (0)