summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/conv2d.https.any.js.ini
blob: ae3481266cefc54be3799bdc18ac25f9146718fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[conv2d.https.any.html]
  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
    expected: FAIL

  [[conv2d\] throw if input is from another builder]
    expected: FAIL

  [[conv2d\] throw if filter is from another builder]
    expected: FAIL

  [[conv2d\] throw if bias option is from another builder]
    expected: FAIL

  [[conv2d\] throw if activation option is from another builder]
    expected: FAIL


[conv2d.https.any.worker.html]
  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
    expected: FAIL

  [[conv2d\] throw if input is from another builder]
    expected: FAIL

  [[conv2d\] throw if filter is from another builder]
    expected: FAIL

  [[conv2d\] throw if bias option is from another builder]
    expected: FAIL

  [[conv2d\] throw if activation option is from another builder]
    expected: FAIL