File size: 16,314 Bytes
5d7a0cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 | {
"op": "ai.onnx.And",
"cases": [
{
"name": "same_shape_vec4_nonzero",
"inputs": {
"a": { "dtype": "bool", "shape": [8], "data": { "kind": "values", "values": [0, 1, 1, 1, 0, 1, 1, 0] } },
"b": { "dtype": "bool", "shape": [8], "data": { "kind": "values", "values": [0, 0, 1, 0, 1, 1, 0, 1] } }
},
"outputs": {
"c": {
"dtype": "bool",
"shape": [8],
"tolerance": 0,
"data": { "kind": "values", "values": [0, 0, 1, 0, 0, 1, 0, 0] }
}
}
},
{
"name": "broadcast",
"inputs": {
"a": { "dtype": "bool", "shape": [2, 3], "data": { "kind": "values", "values": [0, 1, 1, 0, 1, 1] } },
"b": { "dtype": "bool", "shape": [3], "data": { "kind": "values", "values": [1, 0, 1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [2, 3] } }
},
{
"name": "rank0_nonzero_bool_scalar_output",
"inputs": {
"a": { "dtype": "bool", "shape": [], "data": { "kind": "values", "values": [1] } },
"b": { "dtype": "bool", "shape": [], "data": { "kind": "values", "values": [1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [], "tolerance": 0 } }
},
{
"name": "rank_mismatch_broadcast",
"inputs": {
"a": { "dtype": "bool", "shape": [2, 1, 3], "data": { "kind": "values", "values": [1, 0, 1, 0, 1, 1] } },
"b": { "dtype": "bool", "shape": [3], "data": { "kind": "values", "values": [1, 1, 0] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [2, 1, 3], "tolerance": 0 } }
},
{
"name": "zero_sized_broadcast",
"inputs": {
"a": { "dtype": "bool", "shape": [2, 0, 3], "data": { "kind": "values", "values": [] } },
"b": { "dtype": "bool", "shape": [3], "data": { "kind": "values", "values": [1, 0, 1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [2, 0, 3], "tolerance": 0 } }
},
{
"name": "ort_bool_vector",
"provenance": {
"source": "onnxruntime/test/providers/cpu/math/element_wise_ops_test.cc",
"test": "MathOpTest.And"
},
"inputs": {
"a": { "dtype": "bool", "shape": [4], "data": { "kind": "values", "values": [0, 1, 0, 1] } },
"b": { "dtype": "bool", "shape": [4], "data": { "kind": "values", "values": [0, 0, 1, 1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [4], "tolerance": 0 } }
},
{
"name": "onnx_backend_2d_bool",
"provenance": { "source": "cmake/external/onnx/onnx/backend/test/data/node/test_and2d" },
"inputs": {
"a": {
"dtype": "bool",
"shape": [3, 4],
"data": { "kind": "values", "values": [1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1] }
},
"b": {
"dtype": "bool",
"shape": [3, 4],
"data": { "kind": "values", "values": [1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0] }
}
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4], "tolerance": 0 } }
},
{
"name": "onnx_backend_bcast3v2d",
"provenance": {
"source": "cmake/external/onnx/onnx/backend/test/data/node/test_and_bcast3v2d",
"test": "test_and_bcast3v2d"
},
"inputs": {
"a": {
"dtype": "bool",
"shape": [3, 4, 5],
"data": {
"kind": "values",
"values": [0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0]
}
},
"b": {
"dtype": "bool",
"shape": [4, 5],
"data": { "kind": "values", "values": [0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1] }
}
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4, 5], "tolerance": 0 } }
},
{
"name": "onnx_backend_and_bcast3v1d",
"provenance": { "source": "cmake/external/onnx/onnx/backend/test/data/node/test_and_bcast3v1d" },
"inputs": {
"a": {
"dtype": "bool",
"shape": [3, 4, 5],
"data": {
"kind": "values",
"values": [1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0]
}
},
"b": { "dtype": "bool", "shape": [5], "data": { "kind": "values", "values": [0, 0, 0, 0, 1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4, 5], "tolerance": 0 } }
},
{
"name": "onnx_backend_and4d",
"provenance": { "source": "cmake/external/onnx/onnx/backend/test/data/node/test_and4d", "test": "test_and4d" },
"inputs": {
"a": {
"dtype": "bool",
"shape": [3, 4, 5, 6],
"data": {
"kind": "values",
"values": [1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0]
}
},
"b": {
"dtype": "bool",
"shape": [3, 4, 5, 6],
"data": {
"kind": "values",
"values": [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
}
}
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4, 5, 6], "tolerance": 0 } }
},
{
"name": "onnx_backend_and_bcast4v2d",
"provenance": {
"source": "cmake/external/onnx/onnx/backend/test/data/node/test_and_bcast4v2d",
"test": "test_and_bcast4v2d"
},
"inputs": {
"a": {
"dtype": "bool",
"shape": [3, 4, 5, 6],
"data": {
"kind": "values",
"values": [1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]
}
},
"b": {
"dtype": "bool",
"shape": [5, 6],
"data": {
"kind": "values",
"values": [0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0]
}
}
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4, 5, 6], "tolerance": 0 } }
},
{
"name": "onnx_backend_and_bcast4v3d",
"provenance": {
"source": "cmake/external/onnx/onnx/backend/test/data/node/test_and_bcast4v3d",
"test": "test_and_bcast4v3d"
},
"inputs": {
"a": {
"dtype": "bool",
"shape": [3, 4, 5, 6],
"data": {
"kind": "values",
"values": [0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0]
}
},
"b": {
"dtype": "bool",
"shape": [4, 5, 6],
"data": {
"kind": "values",
"values": [1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0]
}
}
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4, 5, 6], "tolerance": 0 } }
},
{
"name": "onnx_backend_and_bcast4v4d",
"provenance": {
"source": "cmake/external/onnx/onnx/backend/test/data/node/test_and_bcast4v4d",
"test": "test_and_bcast4v4d"
},
"inputs": {
"a": {
"dtype": "bool",
"shape": [1, 4, 1, 6],
"data": {
"kind": "values",
"values": [0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1]
}
},
"b": {
"dtype": "bool",
"shape": [3, 1, 5, 6],
"data": {
"kind": "values",
"values": [0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0]
}
}
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4, 5, 6], "tolerance": 0 } }
},
{
"name": "onnx_backend_and3d",
"provenance": { "source": "cmake/external/onnx/onnx/backend/test/data/node/test_and3d" },
"inputs": {
"a": {
"dtype": "bool",
"shape": [3, 4, 5],
"data": {
"kind": "values",
"values": [1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0]
}
},
"b": {
"dtype": "bool",
"shape": [3, 4, 5],
"data": {
"kind": "values",
"values": [1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1]
}
}
},
"outputs": { "c": { "dtype": "bool", "shape": [3, 4, 5], "tolerance": 0 } }
},
{
"name": "ort_bool_exact_bcast3v2d",
"provenance": {
"source": "onnxruntime/test/providers/cpu/math/element_wise_ops_test.cc",
"test": "MathOpTest.Xor_bcast3v2d",
"notes": "Uses ORT's bool 3D-vs-2D broadcast geometry with And's truth table."
},
"inputs": {
"a": {
"dtype": "bool",
"shape": [2, 3, 4],
"data": {
"kind": "values",
"values": [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]
}
},
"b": {
"dtype": "bool",
"shape": [3, 4],
"data": { "kind": "values", "values": [0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1] }
}
},
"outputs": {
"c": {
"dtype": "bool",
"shape": [2, 3, 4],
"data": {
"kind": "values",
"values": [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1]
},
"tolerance": 0
}
}
},
{
"name": "same_shape_numel_not_div4",
"inputs": {
"a": { "dtype": "bool", "shape": [9], "data": { "kind": "values", "values": [0, 1, 1, 0, 1, 0, 1, 1, 0] } },
"b": { "dtype": "bool", "shape": [9], "data": { "kind": "values", "values": [0, 0, 1, 1, 0, 1, 0, 1, 1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [9], "tolerance": 0 } }
},
{
"name": "same_shape_vec4_1024",
"inputs": {
"a": { "dtype": "bool", "shape": [1024], "data": { "kind": "cycle", "values": [0, 1, 1, 0, 1, 0, 1, 1] } },
"b": { "dtype": "bool", "shape": [1024], "data": { "kind": "cycle", "values": [0, 0, 1, 1, 0, 1, 0, 1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [1024], "tolerance": 0 } }
},
{
"name": "scalar_broadcast_to_vector",
"inputs": {
"a": { "dtype": "bool", "shape": [], "data": { "kind": "values", "values": [1] } },
"b": { "dtype": "bool", "shape": [6], "data": { "kind": "values", "values": [0, 1, 0, 1, 0, 1] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [6], "tolerance": 0 } }
},
{
"name": "rank7_broadcast",
"inputs": {
"a": {
"dtype": "bool",
"shape": [2, 1, 2, 1, 2, 1, 2],
"data": { "kind": "cycle", "values": [0, 1, 0, 1, 0, 0, 1, 1] }
},
"b": {
"dtype": "bool",
"shape": [1, 2, 1, 2, 1, 2, 1],
"data": { "kind": "cycle", "values": [1, 0, 1, 0, 1, 1, 0, 0] }
}
},
"outputs": { "c": { "dtype": "bool", "shape": [2, 2, 2, 2, 2, 2, 2], "tolerance": 0 } }
},
{
"name": "empty_same_shape_zero_dim",
"inputs": {
"a": { "dtype": "bool", "shape": [0], "data": { "kind": "values", "values": [] } },
"b": { "dtype": "bool", "shape": [0], "data": { "kind": "values", "values": [] } }
},
"outputs": { "c": { "dtype": "bool", "shape": [0], "tolerance": 0 } }
}
]
}
|