Uses of Interface
org.nd4j.autodiff.samediff.transform.SubGraphProcessor
-
Packages that use SubGraphProcessor Package Description org.nd4j.autodiff.samediff.transform -
-
Uses of SubGraphProcessor in org.nd4j.autodiff.samediff.transform
Methods in org.nd4j.autodiff.samediff.transform with parameters of type SubGraphProcessor Modifier and Type Method Description static SameDiffGraphTransformUtil. replaceSubgraphsMatching(@NonNull SameDiff sd, @NonNull SubGraphPredicate p, @NonNull SubGraphProcessor processor)Find all of the subgraphs that match the specified SubGraphPredicate and then replace them with a different subgraph.
Note that the original SameDiff instance is not modified; a copy is made, which is then modified and returned.
-