xref: /aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/symbolic_shape_registry_util.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 // This file is temporary until native_functions.yaml and derivatives.yaml are
3 // merged. Ideally this should all go into native_functions.yaml
4 
5 #include <torch/csrc/Export.h>
6 #include <torch/csrc/jit/ir/ir.h>
7 
8 namespace torch::jit {
9 
10 TORCH_API const OperatorMap<std::string>& get_tensorexpr_elementwise_set();
11 
12 } // namespace torch::jit
13