File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ Tensor slow_conv2d_forward_mps(
5454 m.impl (" embedding_renorm_" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>());
5555 m.impl (" linalg_svd" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>());
5656 m.impl (" linalg_svd.U" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>());
57- m.impl (" _fft_c2c" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>());
58- m.impl (" _fft_r2c" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>());
5957 m.impl (" im2col" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>()); // Used in preprocessing by nn.Unfold
6058 m.impl (" col2im" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>());
6159 m.impl (" linalg_vector_norm" , torch::CppFunction::makeFromBoxedFunction<&mps_fallback>());
You can’t perform that action at this time.
0 commit comments