Skip to content

Commit 13006f3

Browse files
committed
feat: port style transfer to C++
1 parent a991245 commit 13006f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

common/rnexecutorch/host_objects/ModelHostObject.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <cstdio>
24
#include <string>
35
#include <tuple>

common/rnexecutorch/models/StyleTransfer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <span>
44

5+
#include <executorch/extension/tensor/tensor.h>
56
#include <opencv2/opencv.hpp>
67

78
#include <rnexecutorch/Log.h>

0 commit comments

Comments
 (0)