We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576e96c commit f90cf2dCopy full SHA for f90cf2d
devtools/inspector/_inspector_utils.py
@@ -218,6 +218,7 @@ def verify_debug_data_equivalence(
218
219
if isinstance(output_a, torch.Tensor):
220
assert bool(
221
+ # pyre-fixme[6]: For 1st argument expected `Tensor` but got `bool`.
222
torch.all(output_a == output_b)
223
), "Tensors Debug Data is different. Expected to be equal."
224
else:
0 commit comments