summaryrefslogtreecommitdiffstats
path: root/eval/src/tests
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2019-04-05 11:13:53 +0000
committerHenning Baldersheim <balder@oath.com>2019-04-05 11:26:30 +0000
commitf46d5619c6dbac79bdb72924291ff2879ef7224a (patch)
treeb5656a26766bff3a2b999b3e1a44971ccd9ecb27 /eval/src/tests
parent747114c0f7835bf9a3e47a19e924856227efde8d (diff)
Use bit number 3 mean 'with cell type' to carry forward the current schema where the bits hav meaning.
Update expected result.
Diffstat (limited to 'eval/src/tests')
-rw-r--r--eval/src/tests/tensor/tensor_serialization/tensor_serialization_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/tests/tensor/tensor_serialization/tensor_serialization_test.cpp b/eval/src/tests/tensor/tensor_serialization/tensor_serialization_test.cpp
index b4e0db4fa8f..b7aa988775d 100644
--- a/eval/src/tests/tensor/tensor_serialization/tensor_serialization_test.cpp
+++ b/eval/src/tests/tensor/tensor_serialization/tensor_serialization_test.cpp
@@ -265,7 +265,7 @@ TEST_F("test tensor serialization for DenseTensor", DenseFixture) {
}
TEST_F("test 'float' cells", DenseFixture) {
- TEST_DO(f.assertSerialized({0x04, 0x01, 0x02, 0x01, 0x78, 0x03,
+ TEST_DO(f.assertSerialized({0x06, 0x01, 0x02, 0x01, 0x78, 0x03,
0x01, 0x79, 0x05,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,