瀏覽代碼

Update pytorch-metadata.json

Lutz Roeder 7 月之前
父節點
當前提交
b5184a1e54
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      source/pytorch-metadata.json

+ 6 - 0
source/pytorch-metadata.json

@@ -898,6 +898,12 @@
     "name": "aten::_fake_quantize_learnable_per_tensor_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor)",
     "category": "Quantization"
   },
+  {
+    "name": "aten::_fft_r2c(Tensor self, int[] dim, int normalization, bool onesided) -> Tensor"
+  },
+  {
+    "name": "aten::_fft_r2c.out(Tensor self, int[] dim, int normalization, bool onesided, *, Tensor(a!) out) -> Tensor(a!)"
+  },
   {
     "name": "aten::_indices(Tensor(a) self) -> Tensor(a)"
   },