@@ -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)"
]
}
],