aboutsummaryrefslogtreecommitdiff
path: root/src/armnnSerializer/ArmnnSchema.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnSerializer/ArmnnSchema.fbs')
-rw-r--r--src/armnnSerializer/ArmnnSchema.fbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/armnnSerializer/ArmnnSchema.fbs b/src/armnnSerializer/ArmnnSchema.fbs
index 6e5ee3f3d3..532c12c706 100644
--- a/src/armnnSerializer/ArmnnSchema.fbs
+++ b/src/armnnSerializer/ArmnnSchema.fbs
@@ -558,6 +558,8 @@ table ResizeBilinearDescriptor {
targetWidth:uint;
targetHeight:uint;
dataLayout:DataLayout;
+ alignCorners:bool;
+ halfPixelCenters:bool;
}
table SliceLayer {
@@ -817,6 +819,8 @@ table ResizeDescriptor {
targetWidth:uint;
method:ResizeMethod = NearestNeighbor;
dataLayout:DataLayout;
+ alignCorners:bool;
+ halfPixelCenters:bool;
}
table StackLayer {