tor-browser

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

batchNormalization.https.any.js.ini (4175B)


      1 [batchNormalization.https.any.worker.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[batchNormalization\] TypeError is expected if options.axis is outside the 'unsigned long' value range]
      6    expected: FAIL
      7 
      8  [[batchNormalization\] DataError is expected if options.axis is 'unsigned long' and it's not in the range 0 to the rank of input, exclusive]
      9    expected: FAIL
     10 
     11  [[batchNormalization\] TypeError is expected if options.axis is not an unsigned long interger]
     12    expected: FAIL
     13 
     14  [[batchNormalization\] DataError is expected if the size of mean.dimensions is not 1]
     15    expected: FAIL
     16 
     17  [[batchNormalization\] DataError is expected if mean.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     18    expected: FAIL
     19 
     20  [[batchNormalization\] DataError is expected if the size of variance.dimensions is not 1]
     21    expected: FAIL
     22 
     23  [[batchNormalization\] DataError is expected if variance.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     24    expected: FAIL
     25 
     26  [[batchNormalization\] DataError is expected if the size of scale.dimensions is not 1]
     27    expected: FAIL
     28 
     29  [[batchNormalization\] DataError is expected if scale.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     30    expected: FAIL
     31 
     32  [[batchNormalization\] DataError is expected if the size of bias.dimensions is not 1]
     33    expected: FAIL
     34 
     35  [[batchNormalization\] DataError is expected if bias.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     36    expected: FAIL
     37 
     38  [[batchNormalization\] throw if input is from another builder]
     39    expected: FAIL
     40 
     41  [[batchNormalization\] throw if mean is from another builder]
     42    expected: FAIL
     43 
     44  [[batchNormalization\] throw if variance is from another builder]
     45    expected: FAIL
     46 
     47  [[batchNormalization\] throw if scale option is from another builder]
     48    expected: FAIL
     49 
     50  [[batchNormalization\] throw if bias option is from another builder]
     51    expected: FAIL
     52 
     53  [[batchNormalization\] throw if activation option is from another builder]
     54    expected: FAIL
     55 
     56 
     57 [batchNormalization.https.any.html]
     58  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     59    expected: FAIL
     60 
     61  [[batchNormalization\] TypeError is expected if options.axis is outside the 'unsigned long' value range]
     62    expected: FAIL
     63 
     64  [[batchNormalization\] DataError is expected if options.axis is 'unsigned long' and it's not in the range 0 to the rank of input, exclusive]
     65    expected: FAIL
     66 
     67  [[batchNormalization\] TypeError is expected if options.axis is not an unsigned long interger]
     68    expected: FAIL
     69 
     70  [[batchNormalization\] DataError is expected if the size of mean.dimensions is not 1]
     71    expected: FAIL
     72 
     73  [[batchNormalization\] DataError is expected if mean.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     74    expected: FAIL
     75 
     76  [[batchNormalization\] DataError is expected if the size of variance.dimensions is not 1]
     77    expected: FAIL
     78 
     79  [[batchNormalization\] DataError is expected if variance.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     80    expected: FAIL
     81 
     82  [[batchNormalization\] DataError is expected if the size of scale.dimensions is not 1]
     83    expected: FAIL
     84 
     85  [[batchNormalization\] DataError is expected if scale.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     86    expected: FAIL
     87 
     88  [[batchNormalization\] DataError is expected if the size of bias.dimensions is not 1]
     89    expected: FAIL
     90 
     91  [[batchNormalization\] DataError is expected if bias.dimensions[0\] is not equal to input.dimensions[options.axis\]]
     92    expected: FAIL
     93 
     94  [[batchNormalization\] throw if input is from another builder]
     95    expected: FAIL
     96 
     97  [[batchNormalization\] throw if mean is from another builder]
     98    expected: FAIL
     99 
    100  [[batchNormalization\] throw if variance is from another builder]
    101    expected: FAIL
    102 
    103  [[batchNormalization\] throw if scale option is from another builder]
    104    expected: FAIL
    105 
    106  [[batchNormalization\] throw if bias option is from another builder]
    107    expected: FAIL
    108 
    109  [[batchNormalization\] throw if activation option is from another builder]
    110    expected: FAIL