From ce5d8913e957151c7cd2c0e184ae8e310e31e06e Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 12 Mar 2023 23:10:54 +0100 Subject: Revert "Arnej/unify cell type conversion" --- model-integration/src/main/protobuf/onnx.proto | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'model-integration/src/main/protobuf') 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 -- cgit v1.2.3