platform/upstream/tensorflow.git
2018-02-23 KB SriramC++ gradients for MaxPool3D, AvgPool and AvgPool3D
2018-02-23 Gunhan GulsoyMerge pull request #17202 from yifeif/branch_186662441
2018-02-22 Yifei FengMerge commit for internal changes
2018-02-22 A. Unique TensorFlowerAdd min_check_interval_secs with 5s as default to Valid...
2018-02-22 Max GalkinRelax one of the error conditions to allow modeling...
2018-02-22 Allen LavoieRemove a bit of misleading documentation (we no longer...
2018-02-22 Jeremy LauInternal change.
2018-02-22 Yuanzhong Xu[XLA] HLO BF16 propagation pass.
2018-02-22 Zhixian YanGenerate example for basic lstm cell in tflite
2018-02-22 Guangda LaiFix BaseGPUDevice, let it report the actual memory...
2018-02-22 Seo SanghyeonFix typo (#17193)
2018-02-22 Benoit SteinerMeasure the performance of the original placement to...
2018-02-22 Francois CholletAdd eager support for unit tests for most Keras layers.
2018-02-22 Allen LavoieCheckpointable: Re-use the Saver's SaveableObject infra...
2018-02-22 Gunhan GulsoyUpdate bazel toolchains dependency.
2018-02-22 A. Unique TensorFlowerAdd basic support for quantized unfused LSTMs.
2018-02-22 Peter Hawkins[TF:XLA] Improve readability of HLO graphs when rendere...
2018-02-22 Guangda LaiAdd a test only method to reset ProcessState.
2018-02-22 A. Unique TensorFlowerChange the MomentumOptimzer lambda so it has the same...
2018-02-22 Benoit SteinerAdded a regression test to make sure we deal with large...
2018-02-22 A. Unique TensorFlowerChange warning message for case where Python detects...
2018-02-22 Martin WickeMerge pull request #17058 from rajendraarora16/master
2018-02-22 A. Unique TensorFlowerUpdate LLVM for API changes in r325725
2018-02-22 A. Unique TensorFlowerAdd node name to placer device-placement/kernel-assignm...
2018-02-22 Jacques PienaarAdd S64 add/subtract test and convert tests.
2018-02-22 Derek Murray[tf.data] Add experimental ability to override the...
2018-02-22 A. Unique TensorFlowerOptionally have persistent make_vjp
2018-02-22 A. Unique TensorFlowerAdapt TensorFlow to LLVM API change from r325725
2018-02-22 Ilya BiryukovFix compile errors by patching eigen locally.
2018-02-22 Gunhan GulsoyDisable flaky keras:metrics_test.
2018-02-22 Benoit SteinerAvoid creating large constants since protocol buffers...
2018-02-22 Gunhan GulsoyDisable flaky moving_average test.
2018-02-22 Benoit SteinerStarted to open source the RL placer.
2018-02-22 Michael CaseMake configure script runnable from external workspace...
2018-02-22 Martin PoolFix markdown nit (#17163)
2018-02-22 Tatiana ShpeismanDeleting test that checks that 2D convolution with...
2018-02-22 Yangzihao WangDo not set cudnn batch norm persistent mode when doing...
2018-02-22 Sanjoy DasDelete dot_operation_runtime_test -- it is identical...
2018-02-22 Skye Wanderman... Fix control flow bug.
2018-02-22 Alexandre PassosFix subtle race condition in ResourceVariable.is_initia...
2018-02-22 Michael KupersteinAdd more strided R1 tests.
2018-02-22 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-02-22 Blake Hechtman[XLA] Convert large constants of the same value into...
2018-02-22 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-02-22 Derek MurrayFix lint errors and improve docs in fully_connected_rea...
2018-02-22 A. Unique TensorFlowerInternal change.
2018-02-21 A. Unique TensorFlowerMove sorting of variables from the implicit_grad family...
2018-02-21 Jacques PienaarAutomated g4 rollback of changelist 186494344
2018-02-21 Derek Murray[tf.data] Move the `tf.contrib.data.unique()` C++ imple...
2018-02-21 Brennan SaetaInternal-only change.
2018-02-21 Yifei FengDisable flaky test tensorflow/contrib/opt:moving_averag...
2018-02-21 Francois CholletAdd the ability to specify an explicit `training` argum...
2018-02-21 Yifei FengDon't assign device for the keras part of _saved_first_...
2018-02-21 Skye Wanderman... Don't require shape functions when creating ops from...
2018-02-21 Derek MurrayMark the `SerializeSparseOp<Variant>` kernel as inexpen...
2018-02-21 Akshay ModiRecord gradient in C
2018-02-21 Jianwei XieImprove error message.
2018-02-21 Benoit SteinerEnsured that the model pruner outputs the nodes of...
2018-02-21 A. Unique TensorFlowerMake CPUAllocator VisitableAllocator, for better RDMA...
2018-02-21 Skye Wanderman... Make with_c_api a no-op if the C API is already enabled.
2018-02-21 Sanjoy Das[XLA:CPU] Don't hard-code lane width in horizontal...
2018-02-21 Jeremy LauInternal change.
2018-02-21 A. Unique TensorFlowerActivity analysis annotation on FunctionDef
2018-02-21 A. Unique TensorFlowerIn VirtualScheduler, if there is a Recv without a Send...
2018-02-21 A. Unique TensorFlowerK-FAC: LM algorithm for adapting damping, Example to...
2018-02-21 A. Unique TensorFlowerMade tf.HParams compatible with https://github.com...
2018-02-21 Skye Wanderman... Add test that checks all core ops have shape functions.
2018-02-21 A. Unique TensorFlowerChange node to Identity operation for shuffle/reverse...
2018-02-21 Suharsh SivakumarEnsure that final layer of networks (which doesn't...
2018-02-21 A. Unique TensorFlowerFix a bug in tf.metrics.mean_tensor for case that the...
2018-02-21 A. Unique TensorFlowerAllow non-integer values for Poisson CDF/PMF.
2018-02-21 Francois CholletMerge tf.layers.GraphNetwork into tf.keras.Network...
2018-02-21 Asim Shankareager/mnist: Point to the example in tensorflow/models...
2018-02-21 Asim Shankarframework/ops.py: Stricter check for use of the C API...
2018-02-21 A. Unique TensorFlowerAutomatically add a tf.name_scope of the function or...
2018-02-21 Martin WickeMerge pull request #17173 from tensorflow/MarkDaoust...
2018-02-21 A. Unique TensorFlowerAdds inverse_link_fn argument in regression_head. This...
2018-02-21 A. Unique TensorFlowerAdd bidirectional sequence LSTM to TFLite Ops.
2018-02-21 A. Unique TensorFlowerAdding support for dilated convolution.
2018-02-21 Benoit SteinerTemporarily disabled part of a test that fails on MacOS
2018-02-21 Alexandre PassosFast-path for losses code.
2018-02-21 Jacques PienaarAdd S64 add/subtract test.
2018-02-21 Mark DaoustAdd link to SECURITY.md from doc describing model loading.
2018-02-21 Jeremy LauInternal change.
2018-02-21 Justin Lebar[XLA] Add FindInstruction and FindComputation helpers...
2018-02-21 Mark DaoustFix table format in SECURITY.md
2018-02-21 Jeffrey A.... Create fast path for common case of finite values in...
2018-02-21 A. Unique TensorFlowerInternal Change
2018-02-21 A. Unique TensorFlowerInternal updates.
2018-02-21 Benoit SteinerIn the arithmetic optimizer enqueue the fanout of optim...
2018-02-21 Benoit Steinermemory_size should be expressed in Bytes, but port...
2018-02-21 Mark Daoustfix not_covered anchor
2018-02-21 A. Unique TensorFlowerModify optimized quantized LSTM implementation so that...
2018-02-21 A. Unique TensorFlowerAdding some beginner advice to the README.
2018-02-21 A. Unique TensorFlowerMinor corrections in feature_columns doc
2018-02-21 Christopher YehRemove extraneous check for Eager mode (#17125)
2018-02-21 Sanjoy Das[XLA:CPU] Add FP32<->FP16 conversion routines
2018-02-21 Daniel TrebbienAdd missing `override' (#17118)
2018-02-21 Christopher YehCleaner documentation for tf.confusion_matrix (#17126)
2018-02-21 Suharsh SivakumarAdd a small test to ensure that rewrites are idempotent.
next