.. Copyright 2019 - 2021 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. .. _module_guide: ************************* L2 Kernels User Guide ************************* L2 kernels provide the Vitis kernels used for RTM and high precision MLP applications. Users can find their core implementations (hardware and software parts) in the ``L2/include/hw`` and ``L2/include/sw``. The top modules of the hardware kernel and the main entries of the software executable can be found in the ``L2/src/hw`` and ``L2/src/sw``. .. toctree:: :maxdepth: 2 L2_overview.rst L2_apis.rst L2_test.rst