mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Mostly in torch/csrc/jit/runtime and in `ATen/cuda/` Pull Request resolved: https://github.com/pytorch/pytorch/pull/110314 Approved by: https://github.com/seemethere
10 lines
164 B
C++
10 lines
164 B
C++
#pragma once
|
|
|
|
#include <ATen/core/dispatch/OperatorOptions.h>
|
|
|
|
namespace torch::jit {
|
|
|
|
using AliasAnalysisKind = c10::AliasAnalysisKind;
|
|
|
|
} // namespace torch::jit
|