示例#1
0
 def fwd(x, y):
     return F.dot(x, y)
示例#2
0
 def f(x):
     return F.dot(u, F.matmul(x, v))