aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-04-08 11:24:52 +0200
committerLester Solbakken <lesters@oath.com>2021-04-08 11:24:52 +0200
commit049e9a325c8142958909d0464da12a56e5a8f638 (patch)
tree31d857ec4a5ad3415464e480ae473c39224623b2 /vespajlib/abi-spec.json
parentbccd68f8f9a7eb0830d136f8b034ae4f40cc819c (diff)
Add bfloat16 and int8 tensor cell types in Java
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index e51569da988..9ad2c55f7e3 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1411,7 +1411,9 @@
],
"fields": [
"public static final enum com.yahoo.tensor.TensorType$Value DOUBLE",
- "public static final enum com.yahoo.tensor.TensorType$Value FLOAT"
+ "public static final enum com.yahoo.tensor.TensorType$Value FLOAT",
+ "public static final enum com.yahoo.tensor.TensorType$Value INT8",
+ "public static final enum com.yahoo.tensor.TensorType$Value BFLOAT16"
]
},
"com.yahoo.tensor.TensorType": {
@@ -3463,4 +3465,4 @@
],
"fields": []
}
-}
+} \ No newline at end of file