aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit
Commit message (Expand)AuthorAge
* Don't CHECK-fail on malformed graphs in deadness analysisGravatar Sanjoy Das2018-10-04
* Automated rollback of commit f22037abf5a6f4581f5fb6013f72f91747f22965Gravatar A. Unique TensorFlower2018-10-04
* Move out-params to end of argument list and add an out_ prefix; NFCGravatar Sanjoy Das2018-10-03
* Add a hint parameter to TransferLiteralToDeviceAsync that the implementation ...Gravatar A. Unique TensorFlower2018-10-02
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [TF/XLA] Optimize `Encapsulator::GetFunctionNameAttr()`.Gravatar Derek Murray2018-10-01
* Clean up the build_xla_ops to use the generated C++ TF op wrappers.Gravatar Sanjoy Das2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Bugfix: When a subgraph is encapsulated and replaced by XlaLaunch op, the req...Gravatar A. Unique TensorFlower2018-10-01
* [TF:XLA] Teach deadness analysis more of distributive property.Gravatar A. Unique TensorFlower2018-10-01
* Don't use tensorflow::Edge after freeing itGravatar Sanjoy Das2018-09-27
* [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* 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
* Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* [XLA] Dump the original, unclustered graph with --tf_xla_clustering_debug.Gravatar Thomas Joerg2018-09-21
* Split XlaLaunch into XlaCompile and XlaRun; NFCGravatar Sanjoy Das2018-09-20
* [XLA:TF] Whitelist quantized types for CPU/GPUGravatar Benjamin Kramer2018-09-20
* Internal change.Gravatar A. Unique TensorFlower2018-09-20
* Return error message with illegal input rather than check-failing in op_kernel.Gravatar Jacques Pienaar2018-09-19
* Add xla.compile(), a low-level API that compiles graph with XLA.Gravatar Yanan Cao2018-09-18
* "Isolate" must-be-constant side effecting operationsGravatar Sanjoy Das2018-09-18
* Register FakeResourceUpdateOp for the right opGravatar Sanjoy Das2018-09-18
* [XLA:TF] Enable int8 and uint8 support in the bridge for CPU/GPUGravatar Benjamin Kramer2018-09-17
* Introduce gmock matchers for TensorFlow nodesGravatar Sanjoy Das2018-09-16
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* Bug fix: consult graph's op registry to look up ops.Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* 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
* Decluster some must-be-constant ops to reduce XLA recompilationsGravatar Sanjoy Das2018-09-07
* Delete parallel_check_op_flags.Gravatar Sanjoy Das2018-09-07
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Make logging less verboseGravatar Sanjoy Das2018-09-05
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Fix a race condition in XlaLocalLaunchBase.Gravatar Sanjoy Das2018-08-29
* Print cross-cluster edges; NFCGravatar Sanjoy Das2018-08-27
* Support returning resource handles from function in XLAGravatar Igor Ganichev2018-08-27
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* Reduce the overhead of invoking an OpKernel when tracing is not enabled.Gravatar Derek Murray2018-08-26
* Make compile_options a mandatory const-ref argument.Gravatar Sanjoy Das2018-08-24
* Memory ordering is enforced by streams, we don't need to block TensorFlow's e...Gravatar A. Unique TensorFlower2018-08-24
* [tf2xla] Re-organize information about resource ops in one place; NFCGravatar Sanjoy Das2018-08-23
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Use absl::make_unique in tf2xla.Gravatar Justin Lebar2018-08-23