blob: 3c7ecff50b517b50a6b76611669ee894d27ec5c7 [file] [log] [blame]
/*
* 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_comment}
// Exposing an API for registering all kernels at once.
#include <executorch/runtime/core/evalue.h>
#include <executorch/runtime/core/exec_aten/exec_aten.h>
#include <executorch/runtime/kernel/operator_registry.h>
#include <executorch/runtime/platform/profiler.h>
namespace torch {
namespace executor {
Error register_all_kernels();
} // namespace executor
} // namespace torch