提交 4590439d authored 作者: Rebecca N. Palmer's avatar Rebecca N. Palmer

DOC: min > max clip may not match numpy

上级 5a9900cf
......@@ -552,7 +552,7 @@ TensorVariable
.. method:: nonzero_values(self)
.. method:: sort(self, axis=-1, kind='quicksort', order=None)
.. method:: argsort(self, axis=-1, kind='quicksort', order=None)
.. method:: clip(self, a_min, a_max)
.. method:: clip(self, a_min, a_max) with a_min <= a_max
.. method:: conf()
.. method:: repeat(repeats, axis=None)
.. method:: round(mode="half_away_from_zero")
......@@ -1350,6 +1350,9 @@ Condition
Normal broadcasting rules apply to each of `x`, `min`, and `max`.
Note that there is no warning for inputs that are the wrong way round
(`min > max`), and that results in this case may differ from ``numpy.clip``.
Bit-wise
--------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论