Implement Value based operations under ir/_convenience.py * Insert: Add a list of nodes in a value (#63) * Remove: Take a list of nodes out from graph * Replace: Replace a list of nodes with another ones: [replace_nodes_and_values](https://github.com/microsoft/onnxscript/blob/ac87a1cf0c0be4684c6f5d9d8ae705026cb7b675/onnxscript/ir/_convenience/__init__.py#L339)