Quellcode durchsuchen

Update pytorch-metadata.json

Lutz Roeder vor 1 Jahr
Ursprung
Commit
25a0a4dcfc
1 geänderte Dateien mit 18 neuen und 0 gelöschten Zeilen
  1. 18 0
      source/pytorch-metadata.json

+ 18 - 0
source/pytorch-metadata.json

@@ -598,6 +598,24 @@
   {
     "name": "aten::_upsample_nearest_exact1d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor"
   },
+  {
+    "name": "aten::_upsample_nearest_exact2d(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor"
+  },
+  {
+    "name": "aten::_upsample_nearest_exact2d.out(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!)"
+  },
+  {
+    "name": "aten::_upsample_nearest_exact2d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor"
+  },
+  {
+    "name": "aten::_upsample_nearest_exact3d(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor"
+  },
+  {
+    "name": "aten::_upsample_nearest_exact3d.out(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!)"
+  },
+  {
+    "name": "aten::_upsample_nearest_exact3d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor"
+  },
   {
     "name": "aten::_weight_norm(Tensor v, Tensor g, int dim=0) -> Tensor"
   },