mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08: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
|