#pragma once // This file is temporary until native_functions.yaml and derivatives.yaml are // merged. Ideally this should all go into native_functions.yaml #include #include namespace torch::jit { TORCH_API const OperatorMap& get_tensorexpr_elementwise_set(); } // namespace torch::jit