tor-browser

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

gruCell.https.any.js.ini (5415B)


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