tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

convTranspose2d.https.any.js.ini (11127B)


      1 [convTranspose2d.https.any.worker.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[convTranspose2d\] throw if input is from another builder]
      6    expected: FAIL
      7 
      8  [[convTranspose2d\] throw if filter is from another builder]
      9    expected: FAIL
     10 
     11  [[convTranspose2d\] throw if bias option is from another builder]
     12    expected: FAIL
     13 
     14  [[convTranspose2d\] throw if activation option is from another builder]
     15    expected: FAIL
     16 
     17  [[convTranspose2d\] Test with default options.]
     18    expected: FAIL
     19 
     20  [[convTranspose2d\] Test with inputLayout="nchw" and filterLayout="hwoi".]
     21    expected: FAIL
     22 
     23  [[convTranspose2d\] Test with inputLayout="nchw" and filterLayout="ohwi".]
     24    expected: FAIL
     25 
     26  [[convTranspose2d\] Test with inputLayout="nhwc" and filterLayout="iohw".]
     27    expected: FAIL
     28 
     29  [[convTranspose2d\] Test with inputLayout="nhwc" and filterLayout="hwoi".]
     30    expected: FAIL
     31 
     32  [[convTranspose2d\] Test with inputLayout="nhwc" and filterLayout="ohwi".]
     33    expected: FAIL
     34 
     35  [[convTranspose2d\] Test with strides=[3, 2\], outputSizes=[10, 8\].]
     36    expected: FAIL
     37 
     38  [[convTranspose2d\] Test with strides=[3, 2\], outputPadding=[1, 1\].]
     39    expected: FAIL
     40 
     41  [[convTranspose2d\] Test with padding=1.]
     42    expected: FAIL
     43 
     44  [[convTranspose2d\] Test with padding=1, groups=3.]
     45    expected: FAIL
     46 
     47  [[convTranspose2d\] Test with strides=2.]
     48    expected: FAIL
     49 
     50  [[convTranspose2d\] Test with strides=2 and padding=1.]
     51    expected: FAIL
     52 
     53  [[convTranspose2d\] Test when the output sizes are explicitly specified, the output padding values are ignored though padding value is not smaller than stride along the same axis.]
     54    expected: FAIL
     55 
     56  [[convTranspose2d\] Throw if the output operand 's number of elements is too large.]
     57    expected: FAIL
     58 
     59  [[convTranspose2d\] Throw if the input is not a 4-D tensor.]
     60    expected: FAIL
     61 
     62  [[convTranspose2d\] Throw if the filter is not a 4-D tensor.]
     63    expected: FAIL
     64 
     65  [[convTranspose2d\] Throw if the filter data type doesn't match the input data type.]
     66    expected: FAIL
     67 
     68  [[convTranspose2d\] Throw if the length of padding is not 4.]
     69    expected: FAIL
     70 
     71  [[convTranspose2d\] Throw if the length of strides is not 2.]
     72    expected: FAIL
     73 
     74  [[convTranspose2d\] Throw if one stride value is smaller than 1.]
     75    expected: FAIL
     76 
     77  [[convTranspose2d\] Throw if the length of dilations is not 2.]
     78    expected: FAIL
     79 
     80  [[convTranspose2d\] Throw if the one dilation value is smaller than 1.]
     81    expected: FAIL
     82 
     83  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nchw" and filterLayout="iohw".]
     84    expected: FAIL
     85 
     86  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nchw" and filterLayout="hwoi".]
     87    expected: FAIL
     88 
     89  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nchw" and filterLayout="ohwi".]
     90    expected: FAIL
     91 
     92  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nhwc" and filterLayout="iohw".]
     93    expected: FAIL
     94 
     95  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels inputLayout="nhwc" and filterLayout="hwoi".]
     96    expected: FAIL
     97 
     98  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nhwc" and filterLayout="ohwi".]
     99    expected: FAIL
    100 
    101  [[convTranspose2d\] Throw if output channels is too large.]
    102    expected: FAIL
    103 
    104  [[convTranspose2d\] Throw if the groups is smaller than 1.]
    105    expected: FAIL
    106 
    107  [[convTranspose2d\] Throw due to overflow when calculating the effective filter height.]
    108    expected: FAIL
    109 
    110  [[convTranspose2d\] Throw due to overflow when calculating the effective filter width.]
    111    expected: FAIL
    112 
    113  [[convTranspose2d\] Throw due to overflow when dilation height is too large.]
    114    expected: FAIL
    115 
    116  [[convTranspose2d\] Throw due to overflow when dilation width is too large.]
    117    expected: FAIL
    118 
    119  [[convTranspose2d\] Throw if the bias is not a 1-D tensor.]
    120    expected: FAIL
    121 
    122  [[convTranspose2d\] Throw if the bias shape is not equal to [output_channels\] with filterLayout="iohw".]
    123    expected: FAIL
    124 
    125  [[convTranspose2d\] Throw if the bias shape is not equal to [output_channels\] with filterLayout="hwoi".]
    126    expected: FAIL
    127 
    128  [[convTranspose2d\] Throw if the bias shape is not equal to [output_channels\] with filterLayout="ohwi".]
    129    expected: FAIL
    130 
    131  [[convTranspose2d\] Throw if the bias data type doesn't match input data type.]
    132    expected: FAIL
    133 
    134  [[convTranspose2d\] Throw if the outputPadding is not a sequence of length 2.]
    135    expected: FAIL
    136 
    137  [[convTranspose2d\] Throw if the outputPadding is not smaller than stride along the width dimension.]
    138    expected: FAIL
    139 
    140  [[convTranspose2d\] Throw if the outputPadding is not smaller than stride along the height dimension.]
    141    expected: FAIL
    142 
    143  [[convTranspose2d\] Throw if the outputSizes is not a sequence of length 2.]
    144    expected: FAIL
    145 
    146  [[convTranspose2d\] Throw if the padding height is too large.]
    147    expected: FAIL
    148 
    149  [[convTranspose2d\] Throw if the padding width is too large.]
    150    expected: FAIL
    151 
    152  [[convTranspose2d\] Throw due to outputSizes values are smaller than the output sizes calculated by not using outputPadding.]
    153    expected: FAIL
    154 
    155  [[convTranspose2d\] Throw due to outputSizes values are greater than the output sizes calculated by not using outputPadding.]
    156    expected: FAIL
    157 
    158 
    159 [convTranspose2d.https.any.html]
    160  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
    161    expected: FAIL
    162 
    163  [[convTranspose2d\] throw if input is from another builder]
    164    expected: FAIL
    165 
    166  [[convTranspose2d\] throw if filter is from another builder]
    167    expected: FAIL
    168 
    169  [[convTranspose2d\] throw if bias option is from another builder]
    170    expected: FAIL
    171 
    172  [[convTranspose2d\] throw if activation option is from another builder]
    173    expected: FAIL
    174 
    175  [[convTranspose2d\] Test with default options.]
    176    expected: FAIL
    177 
    178  [[convTranspose2d\] Test with inputLayout="nchw" and filterLayout="hwoi".]
    179    expected: FAIL
    180 
    181  [[convTranspose2d\] Test with inputLayout="nchw" and filterLayout="ohwi".]
    182    expected: FAIL
    183 
    184  [[convTranspose2d\] Test with inputLayout="nhwc" and filterLayout="iohw".]
    185    expected: FAIL
    186 
    187  [[convTranspose2d\] Test with inputLayout="nhwc" and filterLayout="hwoi".]
    188    expected: FAIL
    189 
    190  [[convTranspose2d\] Test with inputLayout="nhwc" and filterLayout="ohwi".]
    191    expected: FAIL
    192 
    193  [[convTranspose2d\] Test with strides=[3, 2\], outputSizes=[10, 8\].]
    194    expected: FAIL
    195 
    196  [[convTranspose2d\] Test with strides=[3, 2\], outputPadding=[1, 1\].]
    197    expected: FAIL
    198 
    199  [[convTranspose2d\] Test with padding=1.]
    200    expected: FAIL
    201 
    202  [[convTranspose2d\] Test with padding=1, groups=3.]
    203    expected: FAIL
    204 
    205  [[convTranspose2d\] Test with strides=2.]
    206    expected: FAIL
    207 
    208  [[convTranspose2d\] Test with strides=2 and padding=1.]
    209    expected: FAIL
    210 
    211  [[convTranspose2d\] Test when the output sizes are explicitly specified, the output padding values are ignored though padding value is not smaller than stride along the same axis.]
    212    expected: FAIL
    213 
    214  [[convTranspose2d\] Throw if the output operand 's number of elements is too large.]
    215    expected: FAIL
    216 
    217  [[convTranspose2d\] Throw if the input is not a 4-D tensor.]
    218    expected: FAIL
    219 
    220  [[convTranspose2d\] Throw if the filter is not a 4-D tensor.]
    221    expected: FAIL
    222 
    223  [[convTranspose2d\] Throw if the filter data type doesn't match the input data type.]
    224    expected: FAIL
    225 
    226  [[convTranspose2d\] Throw if the length of padding is not 4.]
    227    expected: FAIL
    228 
    229  [[convTranspose2d\] Throw if the length of strides is not 2.]
    230    expected: FAIL
    231 
    232  [[convTranspose2d\] Throw if one stride value is smaller than 1.]
    233    expected: FAIL
    234 
    235  [[convTranspose2d\] Throw if the length of dilations is not 2.]
    236    expected: FAIL
    237 
    238  [[convTranspose2d\] Throw if the one dilation value is smaller than 1.]
    239    expected: FAIL
    240 
    241  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nchw" and filterLayout="iohw".]
    242    expected: FAIL
    243 
    244  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nchw" and filterLayout="hwoi".]
    245    expected: FAIL
    246 
    247  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nchw" and filterLayout="ohwi".]
    248    expected: FAIL
    249 
    250  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nhwc" and filterLayout="iohw".]
    251    expected: FAIL
    252 
    253  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels inputLayout="nhwc" and filterLayout="hwoi".]
    254    expected: FAIL
    255 
    256  [[convTranspose2d\] Throw if the input channels is not equal to the filter input channels with inputLayout="nhwc" and filterLayout="ohwi".]
    257    expected: FAIL
    258 
    259  [[convTranspose2d\] Throw if output channels is too large.]
    260    expected: FAIL
    261 
    262  [[convTranspose2d\] Throw if the groups is smaller than 1.]
    263    expected: FAIL
    264 
    265  [[convTranspose2d\] Throw due to overflow when calculating the effective filter height.]
    266    expected: FAIL
    267 
    268  [[convTranspose2d\] Throw due to overflow when calculating the effective filter width.]
    269    expected: FAIL
    270 
    271  [[convTranspose2d\] Throw due to overflow when dilation height is too large.]
    272    expected: FAIL
    273 
    274  [[convTranspose2d\] Throw due to overflow when dilation width is too large.]
    275    expected: FAIL
    276 
    277  [[convTranspose2d\] Throw if the bias is not a 1-D tensor.]
    278    expected: FAIL
    279 
    280  [[convTranspose2d\] Throw if the bias shape is not equal to [output_channels\] with filterLayout="iohw".]
    281    expected: FAIL
    282 
    283  [[convTranspose2d\] Throw if the bias shape is not equal to [output_channels\] with filterLayout="hwoi".]
    284    expected: FAIL
    285 
    286  [[convTranspose2d\] Throw if the bias shape is not equal to [output_channels\] with filterLayout="ohwi".]
    287    expected: FAIL
    288 
    289  [[convTranspose2d\] Throw if the bias data type doesn't match input data type.]
    290    expected: FAIL
    291 
    292  [[convTranspose2d\] Throw if the outputPadding is not a sequence of length 2.]
    293    expected: FAIL
    294 
    295  [[convTranspose2d\] Throw if the outputPadding is not smaller than stride along the width dimension.]
    296    expected: FAIL
    297 
    298  [[convTranspose2d\] Throw if the outputPadding is not smaller than stride along the height dimension.]
    299    expected: FAIL
    300 
    301  [[convTranspose2d\] Throw if the outputSizes is not a sequence of length 2.]
    302    expected: FAIL
    303 
    304  [[convTranspose2d\] Throw if the padding height is too large.]
    305    expected: FAIL
    306 
    307  [[convTranspose2d\] Throw if the padding width is too large.]
    308    expected: FAIL
    309 
    310  [[convTranspose2d\] Throw due to outputSizes values are smaller than the output sizes calculated by not using outputPadding.]
    311    expected: FAIL
    312 
    313  [[convTranspose2d\] Throw due to outputSizes values are greater than the output sizes calculated by not using outputPadding.]
    314    expected: FAIL