Hide the DotOpEmitter class and make it use a DotInfo instead of a HloInstr; NFC
- Hiding it in the .cc is good encapsulation. - Making it depend on a DotInfo as opposed to an HLO instruction will make implementing batch dot (in terms of non-batch dot) easier. PiperOrigin-RevId: 228281578
Loading
Please sign in to comment