From e1072a9ed871fd474e7b09b7a74ae7be5f0a6f78 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 27 Sep 2022 12:44:11 +0100 Subject: Rename FLOAT type to FP32 Signed-off-by: Jeremy Johnson Change-Id: I2cd6ae85f59fd62a62b7f03ae9667228b54e82db --- schema/tosa.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/tosa.fbs') 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, } -- cgit v1.2.1