/* * 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. */ // @generated by torchgen/gen_executorch.py // Exposing an API for registering all kernels at once. #include #include #include #include namespace torch { namespace executor { Error register_all_kernels(); } // namespace executor } // namespace torch