tor-browser

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

lstm.https.any.js.ini (4683B)


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