ソースを参照

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)"
   },