Skip to content

Commit

Permalink
[orx-tensorflow] Add tensorflow gpu backends for wndows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Oct 23, 2020
1 parent 8f4c3d7 commit 16b7f0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions orx-tensorflow-gpu-natives-linux-x64/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:linux-x86_64-gpu"
}
3 changes: 3 additions & 0 deletions orx-tensorflow-gpu-natives-windows/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:windows-x86_64-gpu"
}
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ include 'openrndr-demos',
'orx-syphon',
'orx-temporal-blur',
'orx-tensorflow',
'orx-tensorflow-gpu-natives-linux-x64',
'orx-tensorflow-gpu-natives-windows',
'orx-tensorflow-mkl-natives-linux-x64',
'orx-tensorflow-mkl-natives-macos',
'orx-tensorflow-mkl-natives-windows',
Expand Down

0 comments on commit 16b7f0e

Please sign in to comment.