HLO profiling for tfcompile.
This CL extends the --xla_hlo_profile knob to tfcompile. tf_library rules can now set enable_xla_hlo_profiling to True to: - Have the generated code update per-HLO profile counters as it executes. - Have tfcompile generate and serialize an instance HloProfilePrinterData with a compiled model that can be used to pretty-print the collected profile counters. PiperOrigin-RevId: 194627272
Loading
Please sign in to comment