summaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/protobuf/onnx.proto
diff options
context:
space:
mode:
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