1 #pragma once 2 3 #include <ATen/core/stack.h> 4 5 #include <cstdlib> 6 7 namespace torch::jit::fuser { 8 9 void runFallback(int64_t key, Stack& stack); 10 11 } // namespace torch::jit::fuser 12