Browse Source

fix typo

pull/571/head
carb0n GitHub 5 years ago
parent
commit
4ef84ff8ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TensorFlowNET.Core/Operations/check_ops.cs

+ 1
- 1
src/TensorFlowNET.Core/Operations/check_ops.cs View File

@@ -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)


Loading…
Cancel
Save