aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* variables_to_restore: Differentiate python variables by string name rather th...Gravatar Suharsh Sivakumar2017-11-07
* Added CPU matrix exponential op to TensorFlow.Gravatar A. Unique TensorFlower2017-11-07
* Use nesting to reduce the number of modules listed in the API TOC.Gravatar Mark Daoust2017-11-07
* Previously if ComputeConstant seen a parameter it failed to proceed.Gravatar A. Unique TensorFlower2017-11-07
* Add a unit test for gradient computation with layout optimizer.Gravatar Yao Zhang2017-11-06
* Refactor function Optimize.Gravatar Yao Zhang2017-11-06
* [TF:XLA] Add two disabled tests with while ops that permute tuple elements.Gravatar A. Unique TensorFlower2017-11-06
* Fix for LLVM API changes for fast math (https://reviews.llvm.org/rL317488).Gravatar A. Unique TensorFlower2017-11-06
* Add InceptionResNetV2 to tf.keras and update applications module to match Ker...Gravatar Francois Chollet2017-11-06
* Automated g4 rollback of changelist 174735029Gravatar Guangda Lai2017-11-06
* Skip non-existent fetch nodesGravatar Benoit Steiner2017-11-06
* Automated g4 rollback of changelist 174523638Gravatar Justin Lebar2017-11-06
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-11-06
* Remove binary dependency from optimize_for_inference_libGravatar A. Unique TensorFlower2017-11-06
* [TF TensorArray] allow reading from an unwritten index if fully defined eleme...Gravatar Eugene Brevdo2017-11-06
* [BufferAssignment] Sort allocation's "Assigned" objects before converting to ...Gravatar Yunxing Dai2017-11-06
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-11-06
* Allow for an old_row_vocab_size, in case a subset of the old_row_vocab_file w...Gravatar A. Unique TensorFlower2017-11-06
* Fix DepthToSpaceGrad and SpaceToDepthGrad on data_format NCHW.Gravatar Jingyue Wu2017-11-06
* Add `parallel_interleave` to tf/contrib/data/__init__.py so that it is direct...Gravatar Frank Chen2017-11-06
* Refactor eager benchmarks to subclass Benchmark.Gravatar Akshay Agrawal2017-11-06
* Supports multi-dimensional logits and labels in multi class head.Gravatar A. Unique TensorFlower2017-11-06
* Fix race bug in AdaptiveSharedBatchScheduler.Gravatar A. Unique TensorFlower2017-11-06
* Fix device querying in Keras backend.Gravatar Francois Chollet2017-11-06
* More thoroughly disable the should_use_result decorator when executing eagerly.Gravatar Allen Lavoie2017-11-06
* Remove use of xrange which is not python3 compatible.Gravatar A. Unique TensorFlower2017-11-06
* Force CUDA runtime initialization only when device count is larger than 0.Gravatar Yangzihao Wang2017-11-06
* Create a routine that can collapse a subgraph into a fused opGravatar A. Unique TensorFlower2017-11-06
* BUGFIX: special_math.ndtri didn't work with dynamic shapes. This was due to...Gravatar Ian Langmore2017-11-06
* Fold Transpose into Matmul and SparseMatmul.Gravatar A. Unique TensorFlower2017-11-06
* Replace the implementation of tf.flags with absl.flags.Gravatar Yilei Yang2017-11-06
* Fix invalid flush_secs argument.Gravatar A. Unique TensorFlower2017-11-06
* Refactor helper functions a bit for virtual gpu changes later.Gravatar Guangda Lai2017-11-06
* [tf.data] Remove unused members from IteratorContext.Gravatar Derek Murray2017-11-06
* Improved encoding on shapes in grappler.Gravatar Benoit Steiner2017-11-06
* Clean up some reference cycles in eager mode.Gravatar Allen Lavoie2017-11-06
* [tpu:profiler] Support the Input Pipeline Analyzer tool in TPU profiler (WIP)Gravatar A. Unique TensorFlower2017-11-06
* Memory leak detected when running a heap checker in our tests.Gravatar Alexandre Passos2017-11-06
* Basic plumbing for calling C API from import_graph_def()Gravatar Skye Wanderman-Milne2017-11-06
* Remove misleading comment from Eigen build file.Gravatar A. Unique TensorFlower2017-11-06
* Add input format agnostic way to parse HLOs.Gravatar A. Unique TensorFlower2017-11-06
* Fix generate_examples buildGravatar Andrew Selle2017-11-06
* Improve error message when a function is already defined with the same name a...Gravatar RJ Ryan2017-11-06
* SerializeIterator: do not unref the resource until we're finished using it.Gravatar Derek Murray2017-11-06
* Enables wrapping input pipeline into tf.while_loop for all users.Gravatar Jianwei Xie2017-11-06
* Replicate `Estimator.model_fn` across available GPUs.Gravatar Igor Saprykin2017-11-06
* Add profiling support to Service::ExecuteParallel.Gravatar A. Unique TensorFlower2017-11-06
* Use latest nsync: allows running bazel after having downloaded for "make" buildGravatar A. Unique TensorFlower2017-11-05
* [TF2XLA] Don't change output port for control dependency in CopySubgraph.Gravatar Jacques Pienaar2017-11-05
* Add tf.contrib.framework.sort, wrapping tf.nn.top_k (#288).Gravatar Dan Ringwalt2017-11-04