summaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/protobuf/onnx.proto
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-03-12 23:19:21 +0100
committerGitHub <noreply@github.com>2023-03-12 23:19:21 +0100
commit9553cd2709c0791aa530f5388cf156116e857795 (patch)
tree31c351bc0402817fbd7037f37b1fa92bd168bfcb /model-integration/src/main/protobuf/onnx.proto
parentb06d77bb7433d750fbc02446bab00af8c6ce7fcc (diff)
parentce5d8913e957151c7cd2c0e184ae8e310e31e06e (diff)
Merge pull request #26405 from vespa-engine/revert-26396-arnej/unify-cell-type-conversionv8.136.37
Revert "Arnej/unify cell type conversion"
Diffstat (limited to 'model-integration/src/main/protobuf/onnx.proto')
-rw-r--r--model-integration/src/main/protobuf/onnx.proto6
1 files changed, 1 insertions, 5 deletions
diff --git a/model-integration/src/main/protobuf/onnx.proto b/model-integration/src/main/protobuf/onnx.proto
index 27f1fdef4b3..dc6542867e0 100644
--- a/model-integration/src/main/protobuf/onnx.proto
+++ b/model-integration/src/main/protobuf/onnx.proto
@@ -298,10 +298,6 @@ message TensorProto {
UINT64 = 13;
COMPLEX64 = 14; // complex with float32 real and imaginary components
COMPLEX128 = 15; // complex with float64 real and imaginary components
- // Non-IEEE floating-point format based on IEEE754 single-precision
- // floating-point number truncated to 16 bits.
- // This format has 1 sign bit, 8 exponent bits, and 7 mantissa bits.
- BFLOAT16 = 16;
// Future extensions go here.
}
@@ -465,4 +461,4 @@ message OperatorSetIdProto {
// The version of the operator set being identified.
// This field MUST be present in this version of the IR.
optional int64 version = 2;
-}
+} \ No newline at end of file