Sign in
chromium
/
external
/
github.com
/
tensorflow
/
tensorflow
/
refs/tags/v1.0.0
07bb8ea
Update release note.
by Yifei Feng
· 9 years ago
v1.0.0
47bba63
Update version string for 1.0.0.
by Yifei Feng
· 9 years ago
43df96a
Merge pull request #7427 from tensorflow/seal-contrib
by Yifei Feng
· 9 years ago
810a476
Expose export-related utility functions under tf.contrib.learn Change: 144924507
by David Soergel
· 9 years ago
779503f
Merge branch 'seal-contrib' of github.com:tensorflow/tensorflow into seal-contrib
by Martin Wicke
· 9 years ago
f3979c0
Fix transform for cyclic graph (second try). Deprecate in-place transform.
by A. Unique TensorFlower
· 9 years ago
4e20b47
Fix transform for cyclic graph.
by A. Unique TensorFlower
· 9 years ago
ce1cbb5
Merge branch 'r1.0' into seal-contrib
by Yifei Feng
· 9 years ago
80a5ffb
Merge pull request #7426 from yifeif/r1.0
by Yifei Feng
· 9 years ago
7aa125e
Merge branch 'r1.0' into seal-contrib
by Martin Wicke
· 9 years ago
2d364af
Fix double evaluation of macro argument that was causing duplicate CUDA batched GEMM calls.
by Peter Hawkins
· 9 years ago
5a7babb
Merge pull request #7423 from caisq/doc-cp
by Shanqing Cai
· 9 years ago
4ca79f6
tfdbg doc: move PNG image files to g3doc/images Change: 146289701
by Shanqing Cai
· 9 years ago
b2215c8
Seal tf.contrib.framework. Change: 146174108
by Martin Wicke
· 9 years ago
daa030e
Seal contrib interfaces (as much a feasible). If you were using a symbol which is now hidden, it should be added to the _allowed_symbols list in the appropriate __init__.py file.
by Martin Wicke
· 9 years ago
59ad952
Remove access to individual sub-modules: only use the symbols imported at the root of the library.
by A. Unique TensorFlower
· 9 years ago
1536a84
Bump the version of nccl for macos fixes.
by Gunhan Gulsoy
· 9 years ago
v1.0.0-rc2
81e823d
set TF_CUDA_TOOLKIT_PATH for cmake builds as bazel builds do.
by guschmue
· 9 years ago
a522ba9
Bump the size of server_test to avoid flakes.
by Gunhan Gulsoy
· 9 years ago
e5f615d
Bump the size of saver_test.
by Gunhan Gulsoy
· 9 years ago
da57986
Bump the size of flaky core_rnn_test.
by Gunhan Gulsoy
· 9 years ago
38ac8aa
Split input related estimator tests into a new file to fix timeout issue.
by Mustafa Ispir
· 9 years ago
1a4406e
Disable nccl_manager_test since it flakes a lot on Jenkins with errors finding
by A. Unique TensorFlower
· 9 years ago
f2f3348
Update version string to 1.0.0-rc2
by Gunhan Gulsoy
· 9 years ago
ad67415
Rename the DEBUG logging level to DEBUGGING.
by A. Unique TensorFlower
· 9 years ago
c6d6468
Work around Devsite bug in generated documentation.
by Skye Wanderman-Milne
· 9 years ago
7eb3475
CudaRoot() returns the configured CUDA toolkit path.
by Jingyue Wu
· 9 years ago
b9deaac
[TF:XLA] Disable the XLA CPU jit by default when the JIT is requested via the OptimizerOptions.
by Peter Hawkins
· 9 years ago
2058497
Streamlined representation of PendingCounts data structure.
by Jeffrey A. Dean
· 9 years ago
f4250fd
This implemented Jeff's idea to avoid most of the refcount related atomic operations when propagating tensors to the input slots of its consumers.
by Yuan Yu
· 9 years ago
9f57712
Improve memory system behavior of core graph execution module.
by Jeffrey A. Dean
· 9 years ago
af37207
Fix for op placements when deduplicating sparse gradients.
by A. Unique TensorFlower
· 9 years ago
0c68156
Do not build with sse4.1 by default. (#7348)
by gunan
· 9 years ago
d303ae5
Merge change for pip_package license file from master.
by Chad Whipkey
· 9 years ago
311fbfa
Reapply contrib/BUILD change for nccl.
by Chad Whipkey
· 9 years ago
768a41a
Adding support for non-fused Winograd algorithm from Cudnn 5.1.
by Xiaoqiang Zheng
· 9 years ago
bbb0edb
Fix error in record_input_test due python2 vs 3 difference in writing strings.
by A. Unique TensorFlower
· 9 years ago
74be1df
Improve performance of ResizeArea op:
by A. Unique TensorFlower
· 9 years ago
666ccf2
Various speedups to ResizeBilinearOp:
by Jeffrey A. Dean
· 9 years ago
154c221
Remove extra unnecessary parameter to functor::ResizeBilinear
by Brennan Saeta
· 9 years ago
18c200b
Improve the performance of resize_bilinear.
by Brennan Saeta
· 9 years ago
0c515fc
increase size of test to remove timeout failure (#7202)
by Yaroslav Bulatov
· 9 years ago
38daff2
Add contrib/nccl for using all-reduce collectives across GPUs of a single
by A. Unique TensorFlower
· 9 years ago
a0087e2
Add colocation constraints to StagingArea. Change: 146031080
by A. Unique TensorFlower
· 9 years ago
3287b46
Enable inplace update ops for strings on CPU. Speed up string concat.
by A. Unique TensorFlower
· 9 years ago
f043bd0
Enabling the GPU version of the stage ops. Change: 144995584
by Xiaoqiang Zheng
· 9 years ago
d190683
Deal with parallel concat as a registered graph optimization pass.
by A. Unique TensorFlower
· 9 years ago
a4218e7
Avoid the name Yield as some windows header defines a macro with this name.
by A. Unique TensorFlower
· 9 years ago
e99d3ca
Add a new lightweight queue-like object - RecordInput Change: 144752664
by A. Unique TensorFlower
· 9 years ago
58dcfa4
Simplifications and cleanups in the implementation of ParallelConcat
by A. Unique TensorFlower
· 9 years ago
e1b1b8e
Refer users to the RedBaron fork of this script. (#7334) (#7343)
by Andrew Selle
· 9 years ago
f74fb78
Merge pull request #7340 from tatatodd/r1.0
by Todd Wang
· 9 years ago
2934985
Propagate TF_BUILD_ENABLE_XLA environment variable into the CI build docker container from ci_parameterized_build.sh.
by Peter Hawkins
· 9 years ago
3f4fa88
Update LLVM to r293266. Change: 145804953
by Peter Hawkins
· 9 years ago
f38cac3
Revert "Revert non-compiler changes"
by Todd Wang
· 9 years ago
0a006b3
Revert non-compiler changes
by Todd Wang
· 9 years ago
617bfce
[XLA] Replace std::mutex & std::condition_variable by TF equivalents
by Eli Bendersky
· 9 years ago
976e096
[XLA] On GPUs, lower pow(A, .5) as sqrt(A) and pow(A, -.5) as 1/sqrt(A).
by Justin Lebar
· 9 years ago
6222aae
[XLA] Add CodegenTestBase::set_fast_math_disabled.
by Justin Lebar
· 9 years ago
cf9e10d
[XLA] Fix parameter type of IsLiteralWithValue in algebraic_simplifier.cc.
by Justin Lebar
· 9 years ago
f873800
[TF:XLA] Remove duplicate main() from randomized_tests. Change: 146690299
by Peter Hawkins
· 9 years ago
7bebf7f
[XLA] Add LiteralUtil::IsAllFloat.
by Justin Lebar
· 9 years ago
65dc8a8
Fixes a couple of mis-formatted error messages. Change: 146684854
by Adam Roberts
· 9 years ago
0900e0c
[XLA:CPU] Switch dynamic_ops_test to use Parameter (instead of Constant) for large test values (also reduces test timeout to medium/moderate).
by A. Unique TensorFlower
· 9 years ago
ef2c658
Propagate devices when instantiating function bodies.
by Peter Hawkins
· 9 years ago
bcfe10e
[XLA] Move shape_with_output_layout and seed fields into ExecutionOptions.
by Justin Lebar
· 9 years ago
8f6e925
[XLA] Rename CompilationOptions proto to ExecutionOptions.
by Justin Lebar
· 9 years ago
eefb945
[TF:XLA] Add a placeholder implementation of Log1p (via log(1+x), which is not numerically accurate for x near 0).
by Peter Hawkins
· 9 years ago
0ed5741
Decrement initial reference to XlaDeviceContext object to fix memory leak.
by Peter Hawkins
· 9 years ago
506c440
[XLA:GPU] Make WhileTransformer match computations post fusion and copy insertion HLO passes. Switches implementation to use simple expression tree matching, and reduces the number of patterns to match to those that we care about in production (i.e. post fusion and copy insertion).
by A. Unique TensorFlower
· 9 years ago
8a0eb24
[XLA] Move fast-math flags into HLO module config.
by Justin Lebar
· 9 years ago
f264e58
[XLA] Use an atomic int in hlo_module_config.cc for the seed.
by Justin Lebar
· 9 years ago
696b037
Increase timeout of dynamic_ops_test. Change: 146153983
by A. Unique TensorFlower
· 9 years ago
c07a477
[XLA] Fix uses of ShapeUtil::ByteSizeOf to use proper pointer size
by David Majnemer
· 9 years ago
ed6067c
[XLA] Correctly count FLOPs for fusion nodes in HloCostAnalysis
by David Majnemer
· 9 years ago
2d56699
[XLA] Initialize TargetOptions::NoSignedZerosFPMath
by David Majnemer
· 9 years ago
7e675bd
Update comment: `tf.pack` -> `tf.stack`. Change: 145908199
by A. Unique TensorFlower
· 9 years ago
be4ec67
[TF:XLA] Remove two concat gradient test cases that took an unreasonably long time to run.
by Peter Hawkins
· 9 years ago
dba797b
Add sum-across-opcodes report for HLO profiling. Change: 145863928
by Bjarke Hammersholt Roune
· 9 years ago
8145163
[TF:XLA:GPU] Fix HloSchedule to account for stream predecessors transitively.
by A. Unique TensorFlower
· 9 years ago
cd158fd
[TF:XLA] Fix tuple-shaped Call op.
by A. Unique TensorFlower
· 9 years ago
2525297
[XLA] Update comment on RNG_UNIFORM in xla_data.proto Change: 145810242
by Peter Hawkins
· 9 years ago
882b196
[XLA] Change XLA operation RngUniform semantics to return values in a semi-open interval rather than a closed interval to match Tensorflow tf.random_uniform semantics.
by Peter Hawkins
· 9 years ago
7984588
[TF:XLA] Add an option to disable special handling of compile-time constants, instead leaving them as run-time outputs of the compiled computation.
by Peter Hawkins
· 9 years ago
3af171a
Addition of Outfeed HLO op. Change: 145772331
by Tayo Oguntebi
· 9 years ago
f2332ab
Update for LLVM revision 293189 Change: 145758908
by A. Unique TensorFlower
· 9 years ago
3296af2
[XLA] Improve cost analysis for certain operations
by David Majnemer
· 9 years ago
38ebac3
Add whitespace to improve readability of logging & errors strings.
by A. Unique TensorFlower
· 9 years ago
c564728
Break out HloOrdering classes into separate files.
by Mark Heffernan
· 9 years ago
f567df3
Internal-only change Change: 145590752
by Mark Heffernan
· 9 years ago
2dcb49e
Do not reuse allocations which hold tuple logical buffers. This works around a GPU codegen issue which extended the live range of tuple buffers. This also addresses a potential latent bug where thread-local or custom call buffer might have been reused.
by Mark Heffernan
· 9 years ago
2e782e7
[XLA] Make `HloPass` an interface, NFC
by A. Unique TensorFlower
· 9 years ago
50253e6
[XLA] Add test for ReduceWindow with an uncommon reduce function.
by Peter Hawkins
· 9 years ago
81482e1
Improvements to HLO text format printing. Change: 145374835
by Bjarke Hammersholt Roune
· 9 years ago
1c31676
Improve support for pad instructions with negative padding.
by Mark Heffernan
· 9 years ago
e2934c5
[XLA:GPU] Do not merge fusion instructions with expensive fused instructions.
by A. Unique TensorFlower
· 9 years ago
f23143c
[XLA] Replace TODO(name) by TODO(b/...) Change: 145314878
by Eli Bendersky
· 9 years ago
bf7470f
Added optional string argument to infeed HLO op. Change: 145188452
by A. Unique TensorFlower
· 9 years ago
0348cff
[TF:XLA] Make //tensorflow/compiler/tests:concat_ops_test medium size to fix Jenkins test timeout.
by Peter Hawkins
· 9 years ago
80e479a
[XLA] Make capture lists in `ElementalIrEmitter::MakeElementGenerator` explicit, lest someone forget to cap `operand_to_generator` by ref and its many copies fill memory and cause much woe and process death. NFC
by A. Unique TensorFlower
· 9 years ago
Next »