[tfdbg2] Exclude RemoteCall from instrumentation
PiperOrigin-RevId: 306736646 Change-Id: I89e1442d3e31cfa790eb293fb1a881ddaa101b7a
This commit is contained in:
parent
612f517ea7
commit
1176a04c15
@ -35,6 +35,10 @@ OP_CALLBACK_SKIP_OPS = (
|
||||
b"StatefulPartitionedCall",
|
||||
b"Switch",
|
||||
b"While",
|
||||
# NOTE(b/154097452): On TPUs, debugger ops are colocated with RemoteCall
|
||||
# ops. This exclusion prevents an error due to no OpKernel for those
|
||||
# debugger ops.
|
||||
b"RemoteCall",
|
||||
# TPU-specific ops begin.
|
||||
b"TPUReplicatedInput",
|
||||
b"TPUReplicateMetadata",
|
||||
|
Loading…
Reference in New Issue
Block a user