aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/tf2xla_util.cc
Commit message (Expand)AuthorAge
* Handle noinline gradient function in control flow functionalization.Gravatar Tong Shen2018-09-28
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Use global counter for XLA rng seedGravatar Igor Ganichev2018-08-10
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Move dummy AssertOp and CheckNumericsOp to //third_party/tensorflow/compiler/...Gravatar A. Unique TensorFlower2018-04-12
* Add validation for output_index of Feed.id.Gravatar A. Unique TensorFlower2018-04-09
* Only require validation that a fetch is requested for tf2xla::Config.Gravatar A. Unique TensorFlower2017-12-12
* Set sharding on the _Arg and _Retval nodes of a function when compiled.Gravatar A. Unique TensorFlower2017-11-02
* Add ConvertGraphDefToXla to convert from GraphDef to xla::Computation.Gravatar A. Unique TensorFlower2017-09-15