tor-browser

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

lstmCell.https.any.js.ini (6553B)


      1 [lstmCell.https.any.worker.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[lstmCell\] throw if input is from another builder]
      6    expected: FAIL
      7 
      8  [[lstmCell\] throw if weight is from another builder]
      9    expected: FAIL
     10 
     11  [[lstmCell\] throw if recurrentWeight is from another builder]
     12    expected: FAIL
     13 
     14  [[lstmCell\] throw if hiddenState is from another builder]
     15    expected: FAIL
     16 
     17  [[lstmCell\] throw if cellState is from another builder]
     18    expected: FAIL
     19 
     20  [[lstmCell\] throw if bias option is from another builder]
     21    expected: FAIL
     22 
     23  [[lstmCell\] throw if recurrentBias option is from another builder]
     24    expected: FAIL
     25 
     26  [[lstmCell\] throw if peepholeWeight option is from another builder]
     27    expected: FAIL
     28 
     29  [[lstmCell\] throw if activation option is from another builder]
     30    expected: FAIL
     31 
     32  [[lstmCell\] Test with default options]
     33    expected: FAIL
     34 
     35  [[lstmCell\] Test with given options]
     36    expected: FAIL
     37 
     38  [[lstmCell\] Throw if hiddenSize is equal to zero]
     39    expected: FAIL
     40 
     41  [[lstmCell\] Throw if hiddenSize is too large]
     42    expected: FAIL
     43 
     44  [[lstmCell\] Throw if the input data type is not one of the floating point types]
     45    expected: FAIL
     46 
     47  [[lstmCell\] Throw if the rank of input is not 2]
     48    expected: FAIL
     49 
     50  [[lstmCell\] Throw if the shape of input is incorrect]
     51    expected: FAIL
     52 
     53  [[lstmCell\] Throw if the data type of weight is incorrect]
     54    expected: FAIL
     55 
     56  [[lstmCell\] Throw if the rank of weight is not 2]
     57    expected: FAIL
     58 
     59  [[lstmCell\] Throw if the shape of weight is incorrect]
     60    expected: FAIL
     61 
     62  [[lstmCell\] Throw if the data type of recurrentWeight is incorrect]
     63    expected: FAIL
     64 
     65  [[lstmCell\] Throw if the rank of recurrentWeight is not 2]
     66    expected: FAIL
     67 
     68  [[lstmCell\] Throw if the shape of recurrentWeight is incorrect]
     69    expected: FAIL
     70 
     71  [[lstmCell\] Throw if the data type of hiddenState is incorrect]
     72    expected: FAIL
     73 
     74  [[lstmCell\] Throw if the rank of hiddenState is not 2]
     75    expected: FAIL
     76 
     77  [[lstmCell\] Throw if the shape of hiddenState is incorrect]
     78    expected: FAIL
     79 
     80  [[lstmCell\] Throw if the data type of cellState is incorrect]
     81    expected: FAIL
     82 
     83  [[lstmCell\] Throw if the rank of cellState is not 2]
     84    expected: FAIL
     85 
     86  [[lstmCell\] Throw if the shape of cellState is incorrect]
     87    expected: FAIL
     88 
     89  [[lstmCell\] Throw if the data type of options.bias is incorrect]
     90    expected: FAIL
     91 
     92  [[lstmCell\] Throw if the rank of options.bias is not 1]
     93    expected: FAIL
     94 
     95  [[lstmCell\] Throw if the shape of options.bias is incorrect]
     96    expected: FAIL
     97 
     98  [[lstmCell\] Throw if the data type of options.recurrentBias is incorrect]
     99    expected: FAIL
    100 
    101  [[lstmCell\] Throw if the rank of options.recurrentBias is not 1]
    102    expected: FAIL
    103 
    104  [[lstmCell\] Throw if the shape of options.recurrentBias is incorrect]
    105    expected: FAIL
    106 
    107  [[lstmCell\] Throw if the data type of options.peepholeWeight is incorrect]
    108    expected: FAIL
    109 
    110  [[lstmCell\] Throw if the rank of options.peepholeWeight is not 1]
    111    expected: FAIL
    112 
    113  [[lstmCell\] Throw if the shape of options.peepholeWeight is incorrect]
    114    expected: FAIL
    115 
    116  [[lstmCell\] Throw if the size of options.activations is not 3]
    117    expected: FAIL
    118 
    119 
    120 [lstmCell.https.any.html]
    121  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
    122    expected: FAIL
    123 
    124  [[lstmCell\] throw if input is from another builder]
    125    expected: FAIL
    126 
    127  [[lstmCell\] throw if weight is from another builder]
    128    expected: FAIL
    129 
    130  [[lstmCell\] throw if recurrentWeight is from another builder]
    131    expected: FAIL
    132 
    133  [[lstmCell\] throw if hiddenState is from another builder]
    134    expected: FAIL
    135 
    136  [[lstmCell\] throw if cellState is from another builder]
    137    expected: FAIL
    138 
    139  [[lstmCell\] throw if bias option is from another builder]
    140    expected: FAIL
    141 
    142  [[lstmCell\] throw if recurrentBias option is from another builder]
    143    expected: FAIL
    144 
    145  [[lstmCell\] throw if peepholeWeight option is from another builder]
    146    expected: FAIL
    147 
    148  [[lstmCell\] throw if activation option is from another builder]
    149    expected: FAIL
    150 
    151  [[lstmCell\] Test with default options]
    152    expected: FAIL
    153 
    154  [[lstmCell\] Test with given options]
    155    expected: FAIL
    156 
    157  [[lstmCell\] Throw if hiddenSize is equal to zero]
    158    expected: FAIL
    159 
    160  [[lstmCell\] Throw if hiddenSize is too large]
    161    expected: FAIL
    162 
    163  [[lstmCell\] Throw if the input data type is not one of the floating point types]
    164    expected: FAIL
    165 
    166  [[lstmCell\] Throw if the rank of input is not 2]
    167    expected: FAIL
    168 
    169  [[lstmCell\] Throw if the shape of input is incorrect]
    170    expected: FAIL
    171 
    172  [[lstmCell\] Throw if the data type of weight is incorrect]
    173    expected: FAIL
    174 
    175  [[lstmCell\] Throw if the rank of weight is not 2]
    176    expected: FAIL
    177 
    178  [[lstmCell\] Throw if the shape of weight is incorrect]
    179    expected: FAIL
    180 
    181  [[lstmCell\] Throw if the data type of recurrentWeight is incorrect]
    182    expected: FAIL
    183 
    184  [[lstmCell\] Throw if the rank of recurrentWeight is not 2]
    185    expected: FAIL
    186 
    187  [[lstmCell\] Throw if the shape of recurrentWeight is incorrect]
    188    expected: FAIL
    189 
    190  [[lstmCell\] Throw if the data type of hiddenState is incorrect]
    191    expected: FAIL
    192 
    193  [[lstmCell\] Throw if the rank of hiddenState is not 2]
    194    expected: FAIL
    195 
    196  [[lstmCell\] Throw if the shape of hiddenState is incorrect]
    197    expected: FAIL
    198 
    199  [[lstmCell\] Throw if the data type of cellState is incorrect]
    200    expected: FAIL
    201 
    202  [[lstmCell\] Throw if the rank of cellState is not 2]
    203    expected: FAIL
    204 
    205  [[lstmCell\] Throw if the shape of cellState is incorrect]
    206    expected: FAIL
    207 
    208  [[lstmCell\] Throw if the data type of options.bias is incorrect]
    209    expected: FAIL
    210 
    211  [[lstmCell\] Throw if the rank of options.bias is not 1]
    212    expected: FAIL
    213 
    214  [[lstmCell\] Throw if the shape of options.bias is incorrect]
    215    expected: FAIL
    216 
    217  [[lstmCell\] Throw if the data type of options.recurrentBias is incorrect]
    218    expected: FAIL
    219 
    220  [[lstmCell\] Throw if the rank of options.recurrentBias is not 1]
    221    expected: FAIL
    222 
    223  [[lstmCell\] Throw if the shape of options.recurrentBias is incorrect]
    224    expected: FAIL
    225 
    226  [[lstmCell\] Throw if the data type of options.peepholeWeight is incorrect]
    227    expected: FAIL
    228 
    229  [[lstmCell\] Throw if the rank of options.peepholeWeight is not 1]
    230    expected: FAIL
    231 
    232  [[lstmCell\] Throw if the shape of options.peepholeWeight is incorrect]
    233    expected: FAIL
    234 
    235  [[lstmCell\] Throw if the size of options.activations is not 3]
    236    expected: FAIL