aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* PUBLIC: PREDICT mode should respect ctx.device_assignment.Gravatar Youlong Cheng2018-08-03
* Merge pull request #21002 from miaout17:protobufGravatar TensorFlower Gardener2018-08-03
|\
* \ Merge pull request #21119 from bstriner:patch_eigenGravatar TensorFlower Gardener2018-08-03
|\ \
* | | Include same-line comments in origin_info.Gravatar Dan Moldovan2018-08-03
* | | [XLA] Show metric name in categories table header.Gravatar Justin Lebar2018-08-03
* | | Add experimental Callable API to ClientSession.Gravatar A. Unique TensorFlower2018-08-03
* | | [tf.data] Add checkpointing for memory-based `cache()`.Gravatar Jiri Simsa2018-08-03
* | | Merge pull request #21092 from karllessard:java-constantsGravatar TensorFlower Gardener2018-08-03
|\ \ \
* | | | Fix the pip install TLS issue for pip test builds.Gravatar Amit Patankar2018-08-03
* | | | [XLA:GPU] Add VLOG to ForThunk.Gravatar Justin Lebar2018-08-03
* | | | Fix tf.quantize_and_dequantize_(v2|v3) to be consistent with the doc.Gravatar Jingyue Wu2018-08-03
* | | | Update loss and metric function weighting logic in keras.Gravatar Pavithra Vijay2018-08-03
* | | | Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* | | | Merge pull request #21138 from samikama:WiringUpdateGravatar TensorFlower Gardener2018-08-03
|\ \ \ \
* | | | | Add support for float output arrays in Quantized custom operators (custom ops...Gravatar A. Unique TensorFlower2018-08-03
| | * | | Add licence noticeGravatar karl@kubx.ca2018-08-03
* | | | | Unbreaks tests broken after the defun while loop change.Gravatar Alexandre Passos2018-08-03
* | | | | [XLA:GPU] cuBlas supports complex floats, use gemm instead of our O(n^3) impl...Gravatar Benjamin Kramer2018-08-03
* | | | | [XLA] In ReplayComputation, make it easier to see the final run if --xla_hlo_...Gravatar Justin Lebar2018-08-03
* | | | | Automated rollback of commit 493d7588172bcf476309b3954db342839ca37872Gravatar Akshay Agrawal2018-08-03
* | | | | Add a way to whitebox test deadness analysis.Gravatar Sanjoy Das2018-08-03
* | | | | Makes `optimized_dataset_op_test` working with pip again.Gravatar Shivani Agrawal2018-08-03
* | | | | [XLA:GPU] Add a fast version of gemmStridedBatched for cuda 9.1Gravatar Benjamin Kramer2018-08-03
* | | | | [XLA:GPU] Use strided batched gemm instead of building pointer tables.Gravatar Benjamin Kramer2018-08-03
* | | | | Delete unused memberGravatar Alexandre Passos2018-08-03
* | | | | [Doc]: Fix #21344Gravatar Asim Shankar2018-08-03
* | | | | Disable two eager on TPU tests until we find a fixGravatar Igor Ganichev2018-08-03
* | | | | Merge pull request #20318 from aaroey:create_inference_graph_use_grapplerGravatar TensorFlower Gardener2018-08-03
|\ \ \ \ \
* | | | | | Estimator test for multiclass, core head for multiclass.Gravatar A. Unique TensorFlower2018-08-03
* | | | | | [XLA:GPU] Allow multi-output fusion of element-wise instructions, in addition...Gravatar Thomas Joerg2018-08-03
* | | | | | [XLA:GPU] Forward batched dot to cublas instead of expanding itGravatar Benjamin Kramer2018-08-03
* | | | | | compat: Update forward compatibility horizon to 2018-08-03Gravatar A. Unique TensorFlower2018-08-03
* | | | | | Add the CollectiveAllReduceStrategy.Gravatar Yuefeng Zhou2018-08-02
* | | | | | Add missing dependency of ops.pyGravatar Igor Ganichev2018-08-02
* | | | | | [XLA] Add guard for bytes accessed in HloCostAnalysis, need layout to determine.Gravatar Chris Leary2018-08-02
* | | | | | Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
* | | | | | [tf.data / Bigtable] Update docs and method docstringsGravatar Misha Brukman2018-08-02
* | | | | | [XLA:GPU] Don't emit HostToDevice copiesGravatar Sanjoy Das2018-08-02
| | | * | | 2nd code review: Documentation fixesGravatar karl@kubx.ca2018-08-02
* | | | | | Add some symbols back to saver.py temporarily to unbreak some users of non-pu...Gravatar Allen Lavoie2018-08-02
* | | | | | Remove sagan example.Gravatar Xuechen Li2018-08-02
* | | | | | Experimental Cl which adds `LatencyStatsDataset` op after each `Dataset` op t...Gravatar Shivani Agrawal2018-08-02
* | | | | | Respect log_device_placement when op is executed remotely.Gravatar Akshay Modi2018-08-02
* | | | | | In ring_reducer.cc if the reduction does not need a final op, thenGravatar A. Unique TensorFlower2018-08-02
* | | | | | Merge pull request #21346 from Intel-tensorflow:nightly-build-fixGravatar TensorFlower Gardener2018-08-02
|\ \ \ \ \ \
* | | | | | | VLOG(1) the value of flags->tf_xla_auto_jitGravatar Sanjoy Das2018-08-02
* | | | | | | Gradients of tfe.defun functions with loops in them.Gravatar Alexandre Passos2018-08-02
* | | | | | | Format workspace.bzl with buildifierGravatar Yifei Feng2018-08-02
* | | | | | | Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* | | | | | | Added support to use user defined build inside call.Gravatar Raymond Yuan2018-08-02