Info | Value |
---|---|
Package | mvnc |
Module | mvncapi |
Version | 2.0 |
See also | Graph, Device, Graph.allocate(), Graph.allocate_with_fifos() |
This method frees resources associated with a Graph. This must be called for every Graph created.
graph.destroy()
None.
None
Exception with a status code from Status if underlying function calls return a status other than Status.OK.
None.
from mvnc import mvncapi
# Create a Graph
graph = mvncapi.Graph('graph1')
# Destroy the Graph
graph.destroy()