Delete test.txt

This commit is contained in:
groupuser 2025-05-20 03:38:28 +00:00
parent f5d0b3c751
commit a508c3e3f8

@ -1,17 +0,0 @@
name: "pytorch-fashion-minst"
platform: "pytorch_libtorch"
max_batch_size : 0
input [
{
name: "input__0"
data_type: TYPE_FP32
dims: [ 1, 1, 28, 28 ]
}
]
output [
{
name: "output__0"
data_type: TYPE_FP32
dims: [ 10 ]
}
]