Add search feature to graph
Created by: daming-lu
Currently, neither Paddle or ONNX supports grouping in the graph data, so no way for VDL to group nodes. Alternatively, we could add a search feature so that users can search for a certain node when the graph is very long and complex.
Better if we can move the focus to the node being searched.