Add benign TensorFlow.js traversal validation files
Browse filesAdds local-only TensorFlow.js model files for Huntr validation.
- model/model.json +130 -0
- outside_weight.bin +0 -0
model/model.json
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "graph-model",
|
| 3 |
+
"generatedBy": "2.1.0",
|
| 4 |
+
"convertedBy": "TensorFlow.js Converter v1.7.4r1",
|
| 5 |
+
"userDefinedMetadata": {
|
| 6 |
+
"signature": {
|
| 7 |
+
"inputs": {
|
| 8 |
+
"Placeholder:0": {
|
| 9 |
+
"name": "Placeholder:0",
|
| 10 |
+
"dtype": "DT_FLOAT",
|
| 11 |
+
"tensorShape": {
|
| 12 |
+
"dim": [
|
| 13 |
+
{
|
| 14 |
+
"size": "2"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"size": "2"
|
| 18 |
+
}
|
| 19 |
+
]
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
},
|
| 23 |
+
"outputs": {
|
| 24 |
+
"MatMul:0": {
|
| 25 |
+
"name": "MatMul:0",
|
| 26 |
+
"dtype": "DT_FLOAT",
|
| 27 |
+
"tensorShape": {
|
| 28 |
+
"dim": [
|
| 29 |
+
{
|
| 30 |
+
"size": "2"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"size": "2"
|
| 34 |
+
}
|
| 35 |
+
]
|
| 36 |
+
}
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"modelTopology": {
|
| 42 |
+
"node": [
|
| 43 |
+
{
|
| 44 |
+
"name": "w",
|
| 45 |
+
"op": "Const",
|
| 46 |
+
"attr": {
|
| 47 |
+
"value": {
|
| 48 |
+
"tensor": {
|
| 49 |
+
"dtype": "DT_FLOAT",
|
| 50 |
+
"tensorShape": {
|
| 51 |
+
"dim": [
|
| 52 |
+
{
|
| 53 |
+
"size": "2"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"size": "2"
|
| 57 |
+
}
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
"dtype": {
|
| 63 |
+
"type": "DT_FLOAT"
|
| 64 |
+
}
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "Placeholder",
|
| 69 |
+
"op": "Placeholder",
|
| 70 |
+
"attr": {
|
| 71 |
+
"dtype": {
|
| 72 |
+
"type": "DT_FLOAT"
|
| 73 |
+
},
|
| 74 |
+
"shape": {
|
| 75 |
+
"shape": {
|
| 76 |
+
"dim": [
|
| 77 |
+
{
|
| 78 |
+
"size": "2"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"size": "2"
|
| 82 |
+
}
|
| 83 |
+
]
|
| 84 |
+
}
|
| 85 |
+
}
|
| 86 |
+
}
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"name": "MatMul",
|
| 90 |
+
"op": "MatMul",
|
| 91 |
+
"input": [
|
| 92 |
+
"Placeholder",
|
| 93 |
+
"w"
|
| 94 |
+
],
|
| 95 |
+
"device": "/device:CPU:0",
|
| 96 |
+
"attr": {
|
| 97 |
+
"transpose_a": {
|
| 98 |
+
"b": false
|
| 99 |
+
},
|
| 100 |
+
"transpose_b": {
|
| 101 |
+
"b": false
|
| 102 |
+
},
|
| 103 |
+
"T": {
|
| 104 |
+
"type": "DT_FLOAT"
|
| 105 |
+
}
|
| 106 |
+
}
|
| 107 |
+
}
|
| 108 |
+
],
|
| 109 |
+
"versions": {
|
| 110 |
+
"producer": 175
|
| 111 |
+
}
|
| 112 |
+
},
|
| 113 |
+
"weightsManifest": [
|
| 114 |
+
{
|
| 115 |
+
"paths": [
|
| 116 |
+
"../outside_weight.bin"
|
| 117 |
+
],
|
| 118 |
+
"weights": [
|
| 119 |
+
{
|
| 120 |
+
"name": "w",
|
| 121 |
+
"shape": [
|
| 122 |
+
2,
|
| 123 |
+
2
|
| 124 |
+
],
|
| 125 |
+
"dtype": "float32"
|
| 126 |
+
}
|
| 127 |
+
]
|
| 128 |
+
}
|
| 129 |
+
]
|
| 130 |
+
}
|
outside_weight.bin
ADDED
|
Binary file (16 Bytes). View file
|
|
|