api_compat.yaml 300 字节
Newer Older
1 2 3 4 5 6 7
- api : atan2
  inputs :
    x : X1
    y : X2
  outputs :
    out : Out

8 9 10 11 12 13 14 15 16 17 18 19 20
- api : cross
  inputs : {x : X, y : Y}
  attrs :
    axis : dim
  outputs :
    out : Out

- api : diagonal
  inputs :
    x : Input
  outputs :
    out : Out

21 22 23 24 25
- api : trace
  inputs :
    x : Input
  outputs :
    out : Out