You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone method was origionally developed to do some pytorch/xla level node optimization before passing to XLA. We didn;t ended up implementing that that clonet method was not used anywhere.
We only use this API in
Uitl::Clone()
methods found in https://github.com/pytorch/xla/blob/master/torch_xla/csrc/ir_util.h, which are not used anywhere. So, we can remove this method and replace it withXlaNode::Clone()
and forward operands internally.The text was updated successfully, but these errors were encountered: