cinn_ops.yaml 160 字节
Newer Older
1 2 3 4 5 6 7 8
- op : add
  args : (Tensor x, Tensor y)
  output : Tensor(out)
  infer_meta :
    func : ElementwiseInferMeta
  kernel :
    func : add
  inplace : (x -> out)