aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Enable Sort for the XLA GPU backend.Gravatar Adrian Kuegel2018-07-30
* Add StarGAN Loss to TFGAN.Gravatar Wesley Qian2018-07-29
* Add DeviceAssignment::ToString().Gravatar Jeremy Lau2018-07-29
* Store max_tree_depth as a Variable which can be changed after graph construct...Gravatar A. Unique TensorFlower2018-07-29
* Add a new kernels option to bazel rules to enable adding dynamic kernel depen...Gravatar Gunhan Gulsoy2018-07-29
* Add batch norm updates for estimator.Gravatar Xuechen Li2018-07-28
* Merge pull request #21131 from jjsjann123:alignment_testGravatar TensorFlower Gardener2018-07-28
|\
* | Create a save_model and load_model util to support saving keras.Model to/from...Gravatar A. Unique TensorFlower2018-07-27
* | De-dup and clean get metric name and function code between graph and eager modeGravatar Pavithra Vijay2018-07-27
* | Fix build failure.Gravatar Yuefeng Zhou2018-07-27
* | Changing syntax of optimization_parameters.proto from proto2 to proto3. Sinc...Gravatar Daryl Ng2018-07-27
* | Introduce protobuf fields to support monitoring feature on cloud.Gravatar A. Unique TensorFlower2018-07-27
* | Remove bytes prefix "b'" from tpu_cluster_resolver error messagesGravatar A. Unique TensorFlower2018-07-27
* | Remove references to std::string in MKL-related code.Gravatar A. Unique TensorFlower2018-07-27
* | Add distribute_coordinator: a unified and split client for distributed traning.Gravatar Yuefeng Zhou2018-07-27
* | Make TFE_DeleteContext not take a status, and allow TFE_DeleteTensorHandle to...Gravatar Akshay Modi2018-07-27
* | Prevent deadlocks when OP_REQUIRES is used in AsyncOpKernel::ComputeAsync().Gravatar Derek Murray2018-07-27
* | Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* | Use constant buffer allocations for XLA:CPUGravatar Sanjoy Das2018-07-27
* | Always lock resource variables in training ops.Gravatar Alexandre Passos2018-07-27
* | Fix SavedModelEstimator docstring formatting.Gravatar Katherine Wu2018-07-27
* | Update functionality of --allow_nudging_weights_to_use_fast_gemm_kernel.Gravatar Nupur Garg2018-07-27
* | Update backward pass to save memory in graph mode.Gravatar Xuechen Li2018-07-27
* | [XLA] Use se:: rather than stream_executor:: in a few places.Gravatar Justin Lebar2018-07-27
* | Support nested inputs for bidirectional_dynamic_rnn.Gravatar Rui Zhao2018-07-27
* | [XLA:GPU] Only add the cubin if it is availableGravatar Benjamin Kramer2018-07-27
* | Merge pull request #20671 from yongtang:06052018-tan-complexGravatar TensorFlower Gardener2018-07-27
|\ \
* | | [XLA] Parse window and dim_labels that appear on a custom call.Gravatar Justin Lebar2018-07-27
* | | Always use either kAllNCHW or kAllNHWC for GPU convolution layout assignment.Gravatar A. Unique TensorFlower2018-07-27
* | | Bug fixes and 16 bit matmul added in CXX11/src/FixedPoint.Gravatar A. Unique TensorFlower2018-07-27
* | | Quick FusedBatchNorm performance regression fix:Gravatar A. Unique TensorFlower2018-07-27
* | | Improve restore performance for large checkpoints.Gravatar Russell Power2018-07-27
* | | Properly call PrepareToUpdateVariable in resource strided slice assign.Gravatar Alexandre Passos2018-07-27
* | | Add support for len calls on tensor lists.Gravatar A. Unique TensorFlower2018-07-27
* | | Merge pull request #20744 from npanpaliya:resize_bilinear_test-fix-ppc64le-20361Gravatar TensorFlower Gardener2018-07-27
|\ \ \
* \ \ \ Merge pull request #20711 from SneakyFish5:copied-buffer-fixGravatar TensorFlower Gardener2018-07-27
|\ \ \ \
* | | | | Fix typo in FileWriter docs.Gravatar A. Unique TensorFlower2018-07-27
* | | | | Adding core estimator for ranking.Gravatar A. Unique TensorFlower2018-07-27
* | | | | Add parameter server distribution.Gravatar Yuefeng Zhou2018-07-27
* | | | | Automated rollback of commit d4cb01f242dc3ff0f7b0aae7284def46281755f2Gravatar A. Unique TensorFlower2018-07-27
* | | | | Set the correct context when calling cudnnCreate.Gravatar A. Unique TensorFlower2018-07-26
* | | | | Have the SavedModel loader use Session's Make/Run/ReleaseCallable() API inste...Gravatar Christopher Olston2018-07-26
* | | | | SpaceToBatchND should pad with zero_point when inference_type is uint8Gravatar Suharsh Sivakumar2018-07-26
* | | | | Layers/Networks now have a default implementation for static shape inference ...Gravatar Francois Chollet2018-07-26
* | | | | Add build option to exclude TensorRT from cuda build.Gravatar Guangda Lai2018-07-26
* | | | | Simulate eager variable resoration in tf.keras.Model.load_weights when graph ...Gravatar Allen Lavoie2018-07-26
* | | | | Add low and high as properties to quantized distribution.Gravatar Dustin Tran2018-07-26
* | | | | Update backward pass to save memory in eager mode.Gravatar Xuechen Li2018-07-26
* | | | | Use `SaveableObject.restore` in init_from_checkpoint instead of `assign`.Gravatar Priya Gupta2018-07-26
* | | | | Implement constant buffer allocation for XLA:GPUGravatar Sanjoy Das2018-07-26