aboutsummaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2021-04-07 09:28:16 +0000
committerHåvard Pettersen <havardpe@oath.com>2021-04-07 09:28:16 +0000
commit7b3ad21078759595064a2a8972c731eac9a0d298 (patch)
treebb1a63c976d0119db63cbaea58203fd6da466047 /eval
parent2dc0512d8eda7e851f5649ce0821edef17fc39af (diff)
add new cell types in format description
Diffstat (limited to 'eval')
-rw-r--r--eval/src/vespa/eval/eval/binary_format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/eval/binary_format.txt b/eval/src/vespa/eval/eval/binary_format.txt
index 4d74c21005a..955f821fe00 100644
--- a/eval/src/vespa/eval/eval/binary_format.txt
+++ b/eval/src/vespa/eval/eval/binary_format.txt
@@ -23,7 +23,7 @@ mixed_with_cell_type[7].
(mixed tensors are tagged as both 'sparse' and 'dense')
if ('with_cell_type')
- 1_4_int -> cell_type (0:double, 1:float)
+ 1_4_int -> cell_type (0:double, 1:float, 2:bfloat16, 3:int8)
if ('sparse'):
1_4_int: number of mapped dimensions -> 'n_mapped'