chainerx.Context¶
-
class
chainerx.Context¶ An isolated execution environment of ChainerX.
In Python binding, a single context is automatically created and set as the global default context on import. Only advanced users will have to care about contexts.
Methods
-
get_backend()¶
-
get_device()¶
-
make_backprop_id()¶
-
release_backprop_id()¶
-
__eq__()¶ Return self==value.
-
__ne__()¶ Return self!=value.
-
__lt__()¶ Return self<value.
-
__le__()¶ Return self<=value.
-
__gt__()¶ Return self>value.
-
__ge__()¶ Return self>=value.
-