xref: /aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/fallback.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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