From 4ef84ff8ecc07da04bd1f8f22412fc9862702924 Mon Sep 17 00:00:00 2001 From: carb0n <58676303+carb0n@users.noreply.github.com> Date: Thu, 9 Jul 2020 18:19:17 -0400 Subject: [PATCH] fix typo --- src/TensorFlowNET.Core/Operations/check_ops.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)