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