Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / luci-interpreter / src / core / KernelParams.h
index 45f3bfe..4ddbcef 100644 (file)
@@ -98,6 +98,11 @@ struct GatherParams
   int32_t batch_dims;
 };
 
+struct GeluParams
+{
+  bool approximate;
+};
+
 struct InstanceNormParams
 {
   float epsilon;
@@ -216,6 +221,7 @@ struct TransposeConvParams
   Padding padding;
   int32_t stride_height;
   int32_t stride_width;
+  Activation activation;
 };
 
 struct UnidirectionalSequenceLSTMParams