Only optionally dump entire HLO graph (#2771)
The graphs that are dumped from computation errors are pretty much
useless for our users but end up spamming their console with tens to
hundreds of thousands of lines of HLO dump. Instead only dump it
in case of XLA_DUMP_HLO_GRAPH=1 explicitly provided.