aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_proto_util.h
Commit message (Collapse)AuthorAge
* [XLA] Added xla::CreateModuleFromProto(...) combining loading moduleGravatar A. Unique TensorFlower2018-10-09
| | | | | | from proto and verifying it with HloVerifier. PiperOrigin-RevId: 216447947
* Add methods for extracting the shapes of the entry computation from an HloProto.Gravatar Mark Heffernan2018-03-05
| | | | PiperOrigin-RevId: 187915821
* Add a convenient function that makes an HloProto from an HloModule.Gravatar A. Unique TensorFlower2018-01-18
| | | | PiperOrigin-RevId: 182438633
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
Also add flags to dump this data in JSON format, for each backend. This is useful for upcoming debugging tools. PiperOrigin-RevId: 157178357