aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_verifier_test.cc
Commit message (Expand)AuthorAge
* [XLA] Extend the HLO verifier to check that non-layout-changing instructionsGravatar Bixia Zheng2018-10-05
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* [XLA] Make explicit that negative interior_padding is not allowed.Gravatar Justin Lebar2018-08-28
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Enhance the HLO verifier to report errors for illegal Rng instructions.Gravatar Bixia Zheng2018-08-10
* Add shape compatibility check for kCall and kConditional.Gravatar A. Unique TensorFlower2018-07-11
* [XLA] Reset ShapeVisitor's state between runs of the verifier.Gravatar Justin Lebar2018-01-28
* Add HLO structure verifier to HloVerifier.Gravatar Mark Heffernan2017-12-14