Deeploy.DeeployTypes.TopologyOptimizationPass

class Deeploy.DeeployTypes.TopologyOptimizationPass

Bases: object

Abstract pass object which modifies an ONNX graph

Methods

__init__()

__init__()

apply(graph)

Applies a transformation to a graph

apply(graph: Graph) Tuple[Graph]

Applies a transformation to a graph

Parameters:

graph (gs.Graph) – The neural network being deployed

Returns:

A modified version of the neural network graph

Return type:

Tuple[gs.Graph]