projects
/
platform
/
upstream
/
tensorflow.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/tensorflow.git
2018-02-12
Martin Wicke
Merge pull request #16945 from yongtang/02122018-keep_dims
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Martin Wicke
Merge pull request #16958 from nfelt/tb-nightly-1.7.0a0
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yong Tang
Add documentation for s3 usage with TensorFlow (#16923)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Nick Felt
Update tb-nightly dep to >= 1.7.0a0, < 1.8.0a0
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Martin Wicke
Merge pull request #16952 from yifeif/branch_185398372
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yifei Feng
Merge commit for internal changes
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
A. Unique TensorFlower
Add support for scalars in `tf.contrib.all_reduce`.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Peter Hawkins
[TF:XLA] Add additional test case for tf.gather.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Alexandre Passos
Fix shape inference bug in tensorlist
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yifei Feng
Update bazel version in docker (#16880)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Derek Murray
Update `tf.contrib.data` API docstring.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Jacques Pienaar
ParseNodeName fix.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
A. Unique TensorFlower
Internal Change
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Brian Patton
For debugging purposes, it can be useful to know which...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
A. Unique TensorFlower
[XLA] Support generating tuple shaped fake data in...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yong Tang
Fix some keep_dims warnings in math_ops_tests
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yong Tang
Fix some warnings with keep_dims in `tf.contrib.distrib...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yukun Chen
Fix warning about keep_dims. keep_dims -> keepdims...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Christopher Yeh
Improve formatting of shapes in tf.losses documentation...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
MyungJoo Ham
CMAKE: optionally link to ZLIB as systemlib / shared...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Vijay Vasudevan
Provide more diagnostic shape information in output...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Guangda Lai
Automated g4 rollback of changelist 185233116
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Jianwei Xie
[TPUEstimator] Automatically detect the TPU system...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
A. Unique TensorFlower
Disable flaky halton_sequence_test
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
A. Unique TensorFlower
Add support for kConditional to the module group scheduler.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
DylanDmitri
typo fix (#16903)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
ManHyuk
Fix typo (#16908)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
Loo Rong Jie
[MSVC] Workaround MSVC template/lambda parsing bug...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
Yong Tang
Fix the profiler python docstring link (#16916)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
Yong Tang
Add S3 plugin to the list of file system plugin in...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
A. Unique TensorFlower
Getting rid of unnecessary GPUDevice typedef.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
A. Unique TensorFlower
Add python/util/is_in_graph_mode.py
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Yong Tang
Improve shape function of NonMaxSuppression (#16890)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
A. Unique TensorFlower
Automated g4 rollback of changelist 185073515
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Yao Zhang
Do not convert layout for Select if condition input...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Guangda Lai
Fix grappler to use CudaGpuId instead of TfGpuId to...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Sanjoy Das
Add a test that exhaustively checks Log/Exp/Tanh
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Skye Wanderman...
import_graph_def: support "absolute" names with the...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
A. Unique TensorFlower
[XLA:Tool] Make Hlo parser report the location of the...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Kay Zhu
[XLA] Implement GeneralDot semantics in HloEvaluator.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Yuefeng Zhou
Use x*x instead of x^2 to calculate square in huber...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Gunhan Gulsoy
Disable flaky spinn_test
commit
|
commitdiff
|
tree
|
snapshot
2018-02-10
Yifei Feng
Add pylint check for W0622 redefined-builtin in ci_sani...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Andrew Selle
Add delegate API to tflite.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
[XLA] Use a real priority queue in list scheduling
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Michael Case
Merge pull request #16858 from case540/branch_184929151
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Alexandre Passos
Recursively creating directories in CreateSummaryFileWriter
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Derek Murray
[tf.data] Remove deprecated `tf.contrib.data.Dataset...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Yu-Cheng Ling
Use TFLite CocoaPod in iOS Simple Demo app
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Gunhan Gulsoy
Remove header dependence on cuda_config.h to fix openso...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Akshay Modi
Fix read_variable_op GPU test
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Mingsheng Hong
Enabled XLA for TF C API.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Skye Wanderman...
Make import_graph_def add default attr values with...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Ian Langmore
TEST: test of kernel_results added to hmc_test.py
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Noah Eisen
Removes const qualifier from ListWorkers
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
Update llvm revision to r324720. This is needed because...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Alexandre Passos
Fixes issue with tfe.make_template when function object...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Guangda Lai
Split gpu_id.h and GpuIdManager out from build target...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
[XLA] Add a test for reduce window with large minor...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
Add dynamic_rnn support for CloudTPU Magenta RNN
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Francois Chollet
Simplify and extend the management of input-conditional...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Jacques Pienaar
Fix lint warnings. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Anna R
Add export calls for protos.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
Remove the unneeded "tf" argument for utility functions.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Suharsh Sivakumar
Fix some doc strings that were accidentally removed.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
regression_head accepts link_fn as parameter, so...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Allen Lavoie
TFTS: Better handling of exogenous features
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Allen Lavoie
TFTS: Add exporting to SavedModel to the LSTM example
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
Update for LLVM API change r324700
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Sukriti Ramesh
Comment update.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Yao Zhang
Only convert format if input is of layout-agnostic...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Anna R
Add tf_export decorators back to gen_*_ops.py files.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
Extended the Halton sequences to support randomization...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
A. Unique TensorFlower
Automated g4 rollback of changelist 185006374
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Saurabh Saxena
Fix bug in checkpointing DT_VARIANT tensors.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Yu-Cheng Ling
Improve the flow to build TFLite iOS demo app
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Suharsh Sivakumar
Add our own "global step" called quantization_step...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Brian Patton
Allow C64 infeeds.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-09
Skye Wanderman...
Make SavedModelTest.testStripDefaultAttrsInconsistentCo...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Alexandre Passos
Changes behavior of optimizer.minimize(loss) when loss...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Anna R
Adding tf_export decorators/calls to TensorFlow functio...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Raghuraman...
Update fake quant op to support bitwidths in the range...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Allen Lavoie
Object based saving prototype: create ResourceVariables...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Yao Zhang
Add memory usage report to cost analyzer tool; run...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Yao Zhang
Add more vlogging to op level estimator.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Eugene Brevdo
[TF contrib RNN] Expose some rnn classes and functional...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
A. Unique TensorFlower
Go: Update generated wrapper functions for TensorFlow...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
A. Unique TensorFlower
Add a _TensorProcessor for computing gradients but...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Raghuraman...
Updated API for quantize_graph: Programmable quant_dela...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Anna R
Adding tf_export decorators/calls to TensorFlow functio...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
A. Unique TensorFlower
Update ops-related pbtxt files.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Akshay Modi
Updates to fastpath execution code
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Allen Lavoie
Object-based saving prototype: allow only named edges
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Akshay Modi
Don't fail if control dependency is on an input of...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Anna R
Adding tf_export decorators/calls to TensorFlow functio...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Allen Lavoie
Prototype object-based save/restore syntax sugar
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
A. Unique TensorFlower
Plumbs a variable from the batching function decorator...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Alexandre Passos
Internal functional _If and _While ops.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Michael Case
Merge branch 'master' into branch_184929151
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Asim Shankar
C API: Fixes #7394
commit
|
commitdiff
|
tree
|
snapshot
next