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