Commit 2e5887f7 authored by Justin Lebar's avatar Justin Lebar Committed by TensorFlower Gardener
Browse files

[XLA] Make HloTestBase::GetDebugOptionsForTest virtual.

It's useful for tests to be able to override this and specify their own
debug options.

Making this function non-static requires a few add-on changes so that
everything that calls it is non-static.  For lambdas, this necessitates
capturing [&] rather than [&foo], so that we can implicitly capture
`this`.

PiperOrigin-RevId: 209493738
parent 0440ccfc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment