Internal wrapper for direct eager dispatching. (#23777)
- Add support for dispatching an eager op which returns a tensor group.
- AnyTensor type for array output and input lists.
- Add proper eager support for saveV2 and restoreV2 ops. These will
be used for model checkpointing.