/* * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ // clang-format off #pragma once #include #include // at::Tensor etc. #include // TORCH_API #include // ${generated_comment} ${static_dispatch_extra_headers} namespace torch { namespace executor { ${Functions_declarations} } // namespace executor } // namespace torch