blob: 1b4eecd977d00e83b9e877dfe4e927dc48f980cd [file] [log] [blame]
Eric Kunze3309a532020-10-01 18:50:46 -07001//
2// This confidential and proprietary software may be used only as
3// authorised by a licensing agreement from ARM Limited
Eric Kunzea9101532021-06-17 18:01:09 -07004// (C) COPYRIGHT 2020-2021 ARM Limited
Eric Kunze3309a532020-10-01 18:50:46 -07005// ALL RIGHTS RESERVED
6// The entire notice above must be reproduced on all authorised
7// copies and copies may only be made to the extent permitted
8// by a licensing agreement from ARM Limited.
9
10= TOSA {revnumber} specification
11:numbered:
12:toc: left
13:toclevels: 3
14:source-highliter: coderay
Eric Kunze44a13472021-08-12 11:01:14 -070015:imagesdir: figures
Eric Kunze3309a532020-10-01 18:50:46 -070016
Tom Cooksey64bb7622020-11-12 15:33:36 +000017include::chapters/tosa_license.adoc[]
Eric Kunze3309a532020-10-01 18:50:46 -070018
19include::chapters/introduction.adoc[]
20
21include::chapters/operators.adoc[]
22
Eric Kunzea9101532021-06-17 18:01:09 -070023include::chapters/pseudocode.adoc[]