You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a tensorflow program, I'm trying to generate the raw graph data (hoo) in protobuf and extract its features. I'm only looking for the default configuration (without autotuner/search space exploration). I tried generating HLO graph using tf’s experimental_get_compiler_ir function, but I don't think this graph format represents the pb format, defined in tuning.proto. It would be great if you can help me in this regard.
The text was updated successfully, but these errors were encountered:
Hi @mangpo and @samihaija ,
Given a tensorflow program, I'm trying to generate the raw graph data (hoo) in protobuf and extract its features. I'm only looking for the default configuration (without autotuner/search space exploration). I tried generating HLO graph using tf’s experimental_get_compiler_ir function, but I don't think this graph format represents the pb format, defined in tuning.proto. It would be great if you can help me in this regard.
The text was updated successfully, but these errors were encountered: