compare_and_bitpack: correct documentation of the current implementation
Signed-off-by: AbdelRauf <rauf@konduit.ai>master
parent
fe22bd5726
commit
1dc8a2109c
|
@ -1912,7 +1912,7 @@ namespace sd {
|
||||||
*
|
*
|
||||||
* input params:
|
* input params:
|
||||||
* 0 - NDArray (input). Note: last dimension should be divisibly by 8
|
* 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:
|
* output:
|
||||||
|
|
Loading…
Reference in New Issue