summaryrefslogtreecommitdiff
path: root/runtime/onert/core/include/ir/InternalType.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/onert/core/include/ir/InternalType.h')
-rw-r--r--runtime/onert/core/include/ir/InternalType.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/onert/core/include/ir/InternalType.h b/runtime/onert/core/include/ir/InternalType.h
index 1d962c185..50292e812 100644
--- a/runtime/onert/core/include/ir/InternalType.h
+++ b/runtime/onert/core/include/ir/InternalType.h
@@ -46,6 +46,13 @@ struct Dilation
uint32_t height_factor;
};
+enum class FullyConnectedWeightsFormat
+{
+ Default = 0,
+ Shuffled4x16Int8 = 1,
+ Shuffled16x1Float32 = 127
+};
+
} // namespace ir
} // namespace onert