LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.37k stars 523 forks source link

Support outputting HLO in leela2onnx #1956

Closed mooskagh closed 6 months ago

mooskagh commented 6 months ago

In addition to (now optional) --output= parameter of leela2onnx,

borg323 commented 6 months ago

xla_hlo_builder.cc needs a #include <unordered_map> print_hlo.cc needs a #include <cctype>