shutdown_system
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
√ |
Description
Disables all devices. This API is used in conjunction with initialize_system.
Prototype
1 | def shutdown_system(name = None) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Operator name. |
Returns
An operator is returned for the user to close the device by using sess.run(op).
Parent topic: npu_bridge.estimator.npu_ops