aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-09-27 12:44:11 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-04 16:17:58 +0100
commite1072a9ed871fd474e7b09b7a74ae7be5f0a6f78 (patch)
tree23894142d5bf258dfa8c8b475f380be1e6e4eb66 /schema/tosa.fbs
parent485a11d8cb67c8062c632f0987cd31cedbe93d6d (diff)
downloadserialization_lib-e1072a9ed871fd474e7b09b7a74ae7be5f0a6f78.tar.gz
Rename FLOAT type to FP32
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I2cd6ae85f59fd62a62b7f03ae9667228b54e82db
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index b3ab991..eb76f75 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -29,7 +29,7 @@ enum DType:uint32 {
INT16,
INT32,
INT48,
- FLOAT,
+ FP32,
UINT16,
FP16,
}