diff --git a/src/TensorFlowNET.Core/Operations/check_ops.cs b/src/TensorFlowNET.Core/Operations/check_ops.cs index b4123f70..b74bd630 100644 --- a/src/TensorFlowNET.Core/Operations/check_ops.cs +++ b/src/TensorFlowNET.Core/Operations/check_ops.cs @@ -57,7 +57,7 @@ namespace Tensorflow }); } - public static Operation assert_greater_equal(Tensor x, Tensorflow y, object[] data = null, string message = null, + public static Operation assert_greater_equal(Tensor x, Tensor y, object[] data = null, string message = null, string name = null) { if (message == null)