shutdown_system
Description
Shuts down all devices. This API is used in conjunction with initialize_system.
Prototype
def shutdown_system(name = None)
Options
Option |
Input/Output |
Description |
|---|---|---|
name |
Input |
Operator name. |
Returns
An operator for the user to shut down devices by using sess.run(op).
Parent topic: npu_bridge.estimator.npu_ops