Browse Source

Update onnx-metadata.json

Lutz Roeder 4 months ago
parent
commit
df25a175a1
1 changed files with 3 additions and 11 deletions
  1. 3 11
      source/onnx-metadata.json

+ 3 - 11
source/onnx-metadata.json

@@ -18019,21 +18019,13 @@
     "max_output": 1,
     "type_constraints": [
       {
-        "description": "Constrain input and output types to all numeric tensors.",
+        "description": "Constrain input and output types to float tensors.",
         "type_param_str": "T",
         "allowed_type_strs": [
-          "tensor(uint8)",
-          "tensor(uint16)",
-          "tensor(uint32)",
-          "tensor(uint64)",
-          "tensor(int8)",
-          "tensor(int16)",
-          "tensor(int32)",
-          "tensor(int64)",
+          "tensor(bfloat16)",
           "tensor(float16)",
           "tensor(float)",
-          "tensor(double)",
-          "tensor(bfloat16)"
+          "tensor(double)"
         ]
       }
     ],