Fix a bug in function inlining when the argument is an implicitly dereferenced ref tensor.
Previously the inliner would add an identity node with an invalid ref-type attr when the actual parameter had ref type. The changed version removes the reference. PiperOrigin-RevId: 184285084
Loading
Please sign in to comment