Skip to content

Commit 7650032

Browse files
readme update
1 parent 3cd0171 commit 7650032

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ public class MainActivity extends AppCompatActivity {
9494
input[i] = (double) i;
9595
}
9696
androidGPU.run(this, () -> {
97-
for (double d : output) {
98-
Log.i("####", Double.toString(d));
99-
}
97+
Log.i("####", "Done");
10098
}, dim, 1, 1, 256, 1, 1, output, input, params);
10199

102100
} catch (Exception e) {

0 commit comments

Comments
 (0)