aboutsummaryrefslogtreecommitdiff
path: root/operators/data_nodes/const/const_6_f16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_nodes/const/const_6_f16/test.json')
-rw-r--r--operators/data_nodes/const/const_6_f16/test.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/operators/data_nodes/const/const_6_f16/test.json b/operators/data_nodes/const/const_6_f16/test.json
new file mode 100644
index 000000000..1baac3d82
--- /dev/null
+++ b/operators/data_nodes/const/const_6_f16/test.json
@@ -0,0 +1,54 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "const-0",
+ shape: [
+ 6
+ ],
+ type: "FP16",
+ data: [
+ 90,
+ 178,
+ 34,
+ 184,
+ 212,
+ 62,
+ 155,
+ 56,
+ 42,
+ 61,
+ 62,
+ 179
+ ]
+ }
+ ],
+ inputs: [
+
+ ],
+ outputs: [
+ "const-0"
+ ]
+ }
+ ]
+}