Commit
·
023f340
1
Parent(s):
2c28a10
Stop writing out_input_tensor.npy
Browse filesThis isn't necessary and is inconsistent as the only other things we write to disk are the final outputs.
Change-Id: Ib41454ee02f1f403dab52b6e456ee6b22e6cc285
- scenario/scenario.json +0 -1
scenario/scenario.json
CHANGED
|
@@ -467,7 +467,6 @@
|
|
| 467 |
960,
|
| 468 |
12
|
| 469 |
],
|
| 470 |
-
"dst": "./out_input_tensor.npy",
|
| 471 |
"format": "VK_FORMAT_R8_SINT",
|
| 472 |
"shader_access": "readwrite",
|
| 473 |
"tiling": "LINEAR"
|
|
|
|
| 467 |
960,
|
| 468 |
12
|
| 469 |
],
|
|
|
|
| 470 |
"format": "VK_FORMAT_R8_SINT",
|
| 471 |
"shader_access": "readwrite",
|
| 472 |
"tiling": "LINEAR"
|