aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | Fix dangling reference bug.Gravatar A. Unique TensorFlower2018-08-01
* | | | | Simplified the WhileOp kernel impl by removing the handle cache based onGravatar Mingsheng Hong2018-08-01
* | | | | Output the PerDevice variables from tpu_result and reduce them correctly on t...Gravatar Sourabh Bajaj2018-08-01
* | | | | [XLA:GPU] Remove support for compute capabilities below sm_30Gravatar Benjamin Kramer2018-08-01
* | | | | TFTS: Add a parsing serving_input_receiver_fn for tf.Example protosGravatar Allen Lavoie2018-08-01
* | | | | Move GetDeviceStates() and GetNodeState() functions from protected to public,...Gravatar A. Unique TensorFlower2018-08-01
* | | | | Generalize the Conv() op to support input product scale > output scale, i.e.Gravatar A. Unique TensorFlower2018-08-01
* | | | | Mark the If op stateful, so that it won't get pruned away in a graph function,Gravatar Mingsheng Hong2018-08-01
* | | | | Refactored the multi_worker_test_base:Gravatar Yuefeng Zhou2018-08-01
* | | | | Reland "Overhaul XLA:CPU's calling convention."Gravatar Sanjoy Das2018-08-01
* | | | | Fix the docker reference to ci.tensorflow.org to now use tf-nightly pipGravatar Amit Patankar2018-08-01
* | | | | Added a testcase back to ExpectTensorCloseHalf.Gravatar A. Unique TensorFlower2018-08-01
* | | | | Add monitoring capability to capture_tpu_profile.Gravatar A. Unique TensorFlower2018-08-01
* | | | | Better error message when @autograph.convert(recursive=True) failsGravatar A. Unique TensorFlower2018-08-01
* | | | | Fix for unspecified arguments in AutoGraph directives.Gravatar A. Unique TensorFlower2018-08-01
* | | | | Fix HLO Parser for checking constant unsigned ranges.Gravatar A. Unique TensorFlower2018-08-01
* | | | | Annotate C++ runtime routines with TF_ATTRIBUTE_NO_SANITIZE_MEMORYGravatar Sanjoy Das2018-08-01
* | | | | [SE] Add an nvbugs link.Gravatar Justin Lebar2018-08-01
* | | | | Fix custom mapping comparisons in the nest utilityGravatar Allen Lavoie2018-08-01
* | | | | Remove deprecated Recurrent class from RNN.Gravatar Scott Zhu2018-08-01
* | | | | Adjust `tpu.rewrite` comment to make it clear that returned operations will b...Gravatar Russell Power2018-08-01
* | | | | Add shapes argument to func_graph_from_py_funcGravatar Sourabh Bajaj2018-08-01
* | | | | Fix some outdated documentation.Gravatar Sanjoy Das2018-08-01
* | | | | Merge pull request #20034 from surry:masterGravatar TensorFlower Gardener2018-08-01
|\ \ \ \ \
* | | | | | Update users of `tf.contrib.data.batch_and_drop_remainder(n)` to `Dataset.bat...Gravatar Derek Murray2018-08-01
* | | | | | Fix lint error in distribute_coordinator.py.Gravatar Derek Murray2018-08-01
* | | | | | Add map_structure_with_paths to list of documented nest symbols.Gravatar A. Unique TensorFlower2018-08-01
* | | | | | Adding support for collecting op statistics at nano-second granularity.Gravatar Jiri Simsa2018-08-01
* | | | | | Add `{input, output}_names` to `predictor.from_saved_model`. This exposes exi...Gravatar A. Unique TensorFlower2018-08-01
* | | | | | [tf.data] Set a static batch dim for indefinitely repeated {batched_features,...Gravatar Derek Murray2018-08-01
* | | | | | [XLA:GPU] Update the list of processors supported by LLVMGravatar Benjamin Kramer2018-08-01
* | | | | | Use the correct device ordinal to check whether the device the executable wasGravatar A. Unique TensorFlower2018-08-01
* | | | | | Cleanup the sharding unique device API.Gravatar A. Unique TensorFlower2018-07-31
* | | | | | Add support for DistributionStrategy in tf.keras.Gravatar Anjali Sridhar2018-07-31
* | | | | | Rename coordinator context to worker context.Gravatar Yuefeng Zhou2018-07-31
* | | | | | [XLA:GPU] Add additional VLOG'ing to gemm_thunk.Gravatar Justin Lebar2018-07-31
* | | | | | Revert changes to logging, since it breaks a few internal tests.Gravatar Shashi Shekhar2018-07-31
* | | | | | [tf.data] Refactor the parallel execution logic out of ParallelMapDatasetOp.Gravatar Derek Murray2018-07-31
* | | | | | fixes issue in stateful metrics, where they are getting batch averagedGravatar Raymond Yuan2018-07-31
* | | | | | PUBLIC: Support Input Partition in TPUEstimator.Gravatar Youlong Cheng2018-07-31
* | | | | | Support distribution strategies in `Estimator.evaluate`.Gravatar Priya Gupta2018-07-31
* | | | | | [XLA] add complex number operations to the local Python clientGravatar A. Unique TensorFlower2018-07-31
* | | | | | Remove logging.Gravatar Xuechen Li2018-07-31
* | | | | | Add support for sample_weight_mode in eager execution.Gravatar Pavithra Vijay2018-07-31
* | | | | | [SE] Add additional log statements to DoBlasGemmWithAlgorithmImpl.Gravatar Justin Lebar2018-07-31
* | | | | | Fix Android compilation forGravatar Shashi Shekhar2018-07-31
* | | | | | Adds optimization to remove 0-iteration 'while' loops based on simple binary ...Gravatar A. Unique TensorFlower2018-07-31
* | | | | | Automated rollback of commit fba2d773f45f10882aa475ac75cbf9884995d626Gravatar Sanjoy Das2018-07-31
* | | | | | Add explicit cast for range()Gravatar A. Unique TensorFlower2018-07-31
* | | | | | Add support for layer-dependent sparsity. Accept layer_name:target_sparsity m...Gravatar Suyog Gupta2018-07-31