aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2024-06-05 22:08:30 +0000
committerJerry Ge <jerry.ge@arm.com>2024-06-05 22:09:11 +0000
commit57ee868175bc18ea7ce8b92cf984f28702af3827 (patch)
tree5eeac4609290a5b71f45f0f124a3a48915fd5ee5 /schema
parentfdfefe91c79240775187726a5c7fa8fcda28df4b (diff)
downloadserialization_lib-main.tar.gz
Add CastStochastic Operator to serialization_libHEADmain
Signed-off-by: Jerry Ge <jerry.ge@arm.com> Change-Id: Icb20951a3310935abcd1ebce512eac1ef81c9f42
Diffstat (limited to 'schema')
-rw-r--r--schema/tosa.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 1a2d952..0686aa7 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -129,6 +129,7 @@ enum Op:uint32 {
DIV_SHAPE,
COS,
SIN,
+ CAST_STOCHASTIC,
}
union Attribute {