mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Internal change
PiperOrigin-RevId: 607803148
This commit is contained in:
parent
772743e6a4
commit
6b7dd6ff38
@ -696,7 +696,7 @@ class LoweringRuleContext:
|
||||
assert self.tokens_out is None, 'Should only set `tokens_out` once.'
|
||||
self.tokens_out = tokens_out
|
||||
|
||||
def replace(self, **kw): return dataclasses.replace(self, **kw)
|
||||
def replace(self, **kw): return dataclasses.replace(self, **kw) # pytype: disable=wrong-arg-types # dataclasses-replace-types
|
||||
|
||||
|
||||
if not MYPY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user