chainer.utils.type_check.Variable¶
-
class
chainer.utils.type_check.Variable(value, name)[source]¶ Methods
-
eval()[source]¶ Evaluates the tree to get actual value.
Behavior of this function depends on an implementation class. For example, a binary operator
+calls the__add__function with the two results ofeval()function.
-
__eq__(y)¶
-
__ne__(y)¶
-
__lt__(y)¶
-
__le__(y)¶
-
__gt__(y)¶
-
__ge__(y)¶
-
__neg__()¶
-
__add__(y)¶
-
__sub__(y)¶
-
__mul__(y)¶
-
__truediv__(y)¶
-
__floordiv__(y)¶
-
__pow__(y)¶
-