mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Follows #133067 Pull Request resolved: https://github.com/pytorch/pytorch/pull/133399 Approved by: https://github.com/Skylion007
12 lines
174 B
C++
12 lines
174 B
C++
#pragma once
|
|
|
|
#include <ATen/core/stack.h>
|
|
|
|
#include <cstdlib>
|
|
|
|
namespace torch::jit::fuser {
|
|
|
|
void runFallback(int64_t key, Stack& stack);
|
|
|
|
} // namespace torch::jit::fuser
|