aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/xla_compile_on_demand_op.cc
Commit message (Expand)AuthorAge
* Move out-params to end of argument list and add an out_ prefix; NFCGravatar Sanjoy Das2018-10-03
* Fix memory leaks of Var objects in the XlaCompileOnDemandOp and SnapshotResou...Gravatar Derek Murray2018-09-25
* Remove the "constants" input group from _XlaRun; NFCGravatar Sanjoy Das2018-09-24
* Make compile_options a mandatory const-ref argument.Gravatar Sanjoy Das2018-08-24
* Automated rollback of commit 56e4ea405d13125a3dcb6459019a83d12330bf84Gravatar Peter Hawkins2018-08-13
* Use global counter for XLA rng seedGravatar Igor Ganichev2018-08-10
* Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07Gravatar Peter Hawkins2018-08-10
* [TF:XLA] Add a real implementation of XlaDevice::Sync() so Session::Run() wil...Gravatar Peter Hawkins2018-08-09
* [SE,XLA] Switch to using multiple streams in xla_device_contextGravatar A. Unique TensorFlower2018-07-09
* [TF2XLA] Don't wrap single-output computations in a tuple and don't resolve c...Gravatar A. Unique TensorFlower2018-06-28
* Internal changeGravatar A. Unique TensorFlower2018-06-22
* [TF:XLA] Add a global mutex around XlaCompileOnDemandOp's call to Executable:...Gravatar Peter Hawkins2018-06-19
* Automated g4 rollback of changelist 198444757Gravatar A. Unique TensorFlower2018-05-30
* Automated g4 rollback of changelist 198421828Gravatar A. Unique TensorFlower2018-05-29
* [TF/XLA] Add validation to find ops incompatible with the given device type a...Gravatar A. Unique TensorFlower2018-05-29
* Automated g4 rollback of changelist 196691101Gravatar Peter Hawkins2018-05-16
* Make eager functions runable on TPUGravatar Igor Ganichev2018-05-08
* Automated g4 rollback of changelist 195748721Gravatar A. Unique TensorFlower2018-05-08
* Make eager functions runable on TPUGravatar Igor Ganichev2018-05-07
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Set the random seed in on-demand mode.Gravatar A. Unique TensorFlower2018-04-19
* Before this change, a Tensor contained a device pointer and a TensorInfoManag...Gravatar A. Unique TensorFlower2018-03-30
* Normally tf2xla (autoclustering, jit_scope and rewrite) rely on graph optimiz...Gravatar A. Unique TensorFlower2018-03-17