提交 3ff626b5 编写于 作者: Z zhouneng

fix type dismath for non format defination

上级 2005ecc2
...@@ -26,7 +26,9 @@ acos_op_info = TBERegOp("ACos") \ ...@@ -26,7 +26,9 @@ acos_op_info = TBERegOp("ACos") \
.op_pattern("formatAgnostic") \ .op_pattern("formatAgnostic") \
.input(0, "x", False, "required", "all") \ .input(0, "x", False, "required", "all") \
.output(0, "y", False, "required", "all") \ .output(0, "y", False, "required", "all") \
.dtype_format(DataType.F16_Default, DataType.F16_Default) \
.dtype_format(DataType.F16_5HD, DataType.F16_5HD) \ .dtype_format(DataType.F16_5HD, DataType.F16_5HD) \
.dtype_format(DataType.F32_Default, DataType.F32_Default) \
.dtype_format(DataType.F32_5HD, DataType.F32_5HD) \ .dtype_format(DataType.F32_5HD, DataType.F32_5HD) \
.get_op_info() .get_op_info()
......
...@@ -26,7 +26,9 @@ acosh_op_info = TBERegOp("Acosh") \ ...@@ -26,7 +26,9 @@ acosh_op_info = TBERegOp("Acosh") \
.op_pattern("formatAgnostic") \ .op_pattern("formatAgnostic") \
.input(0, "x", False, "required", "all") \ .input(0, "x", False, "required", "all") \
.output(0, "y", False, "required", "all") \ .output(0, "y", False, "required", "all") \
.dtype_format(DataType.F16_Default, DataType.F16_Default) \
.dtype_format(DataType.F16_5HD, DataType.F16_5HD) \ .dtype_format(DataType.F16_5HD, DataType.F16_5HD) \
.dtype_format(DataType.F32_Default, DataType.F32_Default) \
.dtype_format(DataType.F32_5HD, DataType.F32_5HD) \ .dtype_format(DataType.F32_5HD, DataType.F32_5HD) \
.get_op_info() .get_op_info()
......
...@@ -26,7 +26,9 @@ atan_op_info = TBERegOp("Atan") \ ...@@ -26,7 +26,9 @@ atan_op_info = TBERegOp("Atan") \
.op_pattern("formatAgnostic") \ .op_pattern("formatAgnostic") \
.input(0, "x", False, "required", "all") \ .input(0, "x", False, "required", "all") \
.output(0, "y", False, "required", "all") \ .output(0, "y", False, "required", "all") \
.dtype_format(DataType.F16_Default, DataType.F16_Default) \
.dtype_format(DataType.F16_5HD, DataType.F16_5HD) \ .dtype_format(DataType.F16_5HD, DataType.F16_5HD) \
.dtype_format(DataType.F32_Default, DataType.F32_Default) \
.dtype_format(DataType.F32_5HD, DataType.F32_5HD) \ .dtype_format(DataType.F32_5HD, DataType.F32_5HD) \
.get_op_info() .get_op_info()
......
...@@ -27,7 +27,9 @@ atan2_op_info = TBERegOp("Atan2") \ ...@@ -27,7 +27,9 @@ atan2_op_info = TBERegOp("Atan2") \
.input(0, "x1", False, "required", "all") \ .input(0, "x1", False, "required", "all") \
.input(1, "x2", False, "required", "all") \ .input(1, "x2", False, "required", "all") \
.output(0, "y", False, "required", "all") \ .output(0, "y", False, "required", "all") \
.dtype_format(DataType.F16_Default, DataType.F16_Default, DataType.F16_Default) \
.dtype_format(DataType.F16_5HD, DataType.F16_5HD, DataType.F16_5HD) \ .dtype_format(DataType.F16_5HD, DataType.F16_5HD, DataType.F16_5HD) \
.dtype_format(DataType.F32_Default, DataType.F32_Default, DataType.F32_Default) \
.dtype_format(DataType.F32_5HD, DataType.F32_5HD, DataType.F32_5HD) \ .dtype_format(DataType.F32_5HD, DataType.F32_5HD, DataType.F32_5HD) \
.get_op_info() .get_op_info()
......
...@@ -26,7 +26,9 @@ atanh_op_info = TBERegOp("Atanh") \ ...@@ -26,7 +26,9 @@ atanh_op_info = TBERegOp("Atanh") \
.op_pattern("formatAgnostic") \ .op_pattern("formatAgnostic") \
.input(0, "x", False, "required", "all") \ .input(0, "x", False, "required", "all") \
.output(0, "y", False, "required", "all") \ .output(0, "y", False, "required", "all") \
.dtype_format(DataType.F16_Default, DataType.F16_Default) \
.dtype_format(DataType.F16_5HD, DataType.F16_5HD) \ .dtype_format(DataType.F16_5HD, DataType.F16_5HD) \
.dtype_format(DataType.F32_Default, DataType.F32_Default) \
.dtype_format(DataType.F32_5HD, DataType.F32_5HD) \ .dtype_format(DataType.F32_5HD, DataType.F32_5HD) \
.get_op_info() .get_op_info()
......
...@@ -26,7 +26,9 @@ cos_op_info = TBERegOp("Cos") \ ...@@ -26,7 +26,9 @@ cos_op_info = TBERegOp("Cos") \
.op_pattern("formatAgnostic") \ .op_pattern("formatAgnostic") \
.input(0, "x", False, "required", "all") \ .input(0, "x", False, "required", "all") \
.output(0, "y", False, "required", "all") \ .output(0, "y", False, "required", "all") \
.dtype_format(DataType.F16_Default, DataType.F16_Default) \
.dtype_format(DataType.F16_5HD, DataType.F16_5HD) \ .dtype_format(DataType.F16_5HD, DataType.F16_5HD) \
.dtype_format(DataType.F32_Default, DataType.F32_Default) \
.dtype_format(DataType.F32_5HD, DataType.F32_5HD) \ .dtype_format(DataType.F32_5HD, DataType.F32_5HD) \
.get_op_info() .get_op_info()
......
...@@ -26,7 +26,9 @@ sin_op_info = TBERegOp("Sin") \ ...@@ -26,7 +26,9 @@ sin_op_info = TBERegOp("Sin") \
.op_pattern("formatAgnostic") \ .op_pattern("formatAgnostic") \
.input(0, "x", False, "required", "all") \ .input(0, "x", False, "required", "all") \
.output(0, "y", False, "required", "all") \ .output(0, "y", False, "required", "all") \
.dtype_format(DataType.F16_Default, DataType.F16_Default) \
.dtype_format(DataType.F16_5HD, DataType.F16_5HD) \ .dtype_format(DataType.F16_5HD, DataType.F16_5HD) \
.dtype_format(DataType.F32_Default, DataType.F32_Default) \
.dtype_format(DataType.F32_5HD, DataType.F32_5HD) \ .dtype_format(DataType.F32_5HD, DataType.F32_5HD) \
.get_op_info() .get_op_info()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册