From 1dc8a2109ce964ead73052ee4ad76ec658eebbf9 Mon Sep 17 00:00:00 2001 From: AbdelRauf Date: Sun, 28 Feb 2021 19:26:09 +0100 Subject: [PATCH] compare_and_bitpack: correct documentation of the current implementation Signed-off-by: AbdelRauf --- libnd4j/include/ops/declarable/headers/parity_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnd4j/include/ops/declarable/headers/parity_ops.h b/libnd4j/include/ops/declarable/headers/parity_ops.h index e06e1a894..214a9caa9 100644 --- a/libnd4j/include/ops/declarable/headers/parity_ops.h +++ b/libnd4j/include/ops/declarable/headers/parity_ops.h @@ -1912,7 +1912,7 @@ namespace sd { * * input params: * 0 - NDArray (input). Note: last dimension should be divisibly by 8 - * 1 - 0D Tensor - threshold to compare against. Note: when input and threshold is bool type, the threshold is ignored + * 1 - 0D Tensor - threshold to compare against. Note: when input is bool type, the threshold is ignored * * * output: