From 42229d03fe55c45f0ad2ba68f190f3d68a78ae79 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 7 Apr 2022 16:54:46 -0700 Subject: Initial work on floating-point type definition Define operations in terms of common floating-point data types. Definitions for the data types are in the introduction. Added a section to describe status of the different profiles. Signed-off-by: Eric Kunze Change-Id: Iac57026806acfb7913f40af61176322fb02b7cc1 --- chapters/data_nodes.adoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'chapters/data_nodes.adoc') diff --git a/chapters/data_nodes.adoc b/chapters/data_nodes.adoc index 9d32a62..5f45464 100644 --- a/chapters/data_nodes.adoc +++ b/chapters/data_nodes.adoc @@ -1,7 +1,7 @@ // // This confidential and proprietary software may be used only as // authorised by a licensing agreement from ARM Limited -// (C) COPYRIGHT 2020-2021 ARM Limited +// (C) COPYRIGHT 2020-2022 ARM Limited // ALL RIGHTS RESERVED // The entire notice above must be reproduced on all authorised // copies and copies may only be made to the extent permitted @@ -31,7 +31,9 @@ A node containing constant data for use as the input to an operation. May hold d |Any|signed 8|int8_t |Any|signed 16|int16_t |Any|signed 32|int32_t -|MI, MT|floating-point|float_t +|MI, MT|fp16|fp16_t +|MI, MT|bf16|bf16_t +|MI, MT|fp32|fp32_t |=== ==== IDENTITY @@ -56,5 +58,7 @@ Returns a tensor with the same shape, type, and contents as the input. |Any|signed 8|int8_t |Any|signed 16|int16_t |Any|signed 32|int32_t -|MI, MT|floating-point|float_t +|MI, MT|fp16|fp16_t +|MI, MT|bf16|bf16_t +|MI, MT|fp32|fp32_t |=== -- cgit v1.2.1