index
:
tensorflow
master
machine learning framework
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add snippet illustrating discretized logistic mixture for WaveNet.
Dustin Tran
2018-04-30
*
Switch install get_started link
Mark Daoust
2018-04-30
*
Prepare nodes that will be allocated using ScopedAllocator.
Ayush Dubey
2018-04-30
*
Remove manifest_merger that is being removed from Bazel 0.13.0.
A. Unique TensorFlower
2018-04-30
*
Clarify return type for defun as zero or more `tf.Tensor`s.
Tom Hennigan
2018-04-30
*
Fixes to tape gradient for providing outputs and having multiple targets.
Alexandre Passos
2018-04-30
*
Adding a depthwise convolution kernel op (with label 'cudnn_grouped_convoluti...
A. Unique TensorFlower
2018-04-30
*
Cleaning up tracing code.
A. Unique TensorFlower
2018-04-30
*
Keras: Supply `maximum_iterations` to the TF backend when possible.
Russell Power
2018-04-29
*
Add support for a clean checkpoint and shutdown in response to a termination ...
Russell Power
2018-04-29
*
Added del_hparam(), the counter part of add_hparam.
Sherry Moore
2018-04-29
*
Update the Swift for TensorFlow community page.
Richard Wei
2018-04-28
*
[TF:XLA]
Dimitris Vardoulakis
2018-04-28
*
Internally rewrite RevBlock to use @custom_gradient
A. Unique TensorFlower
2018-04-28
*
Java: Release 1.8.0
Asim Shankar
2018-04-28
*
[tf.data] Use core::ScopedUnref to avoid resource leakage.
Brennan Saeta
2018-04-28
*
Allow not specifying eval_spec when evaluation is not necessarily run.
A. Unique TensorFlower
2018-04-28
*
This is Part 1 of Swift<->TF sends/recvs: support sending tensors from TF to
Mingsheng Hong
2018-04-28
*
Removing hidden_ops.txt file.
Anna R
2018-04-28
*
Fix kernel creation bug, due to constant folding always use CPU.
A. Unique TensorFlower
2018-04-27
*
Add test case on compiling dense layer node with XLA.
A. Unique TensorFlower
2018-04-27
*
Properly export recurrent in contrib.
Patrick Nguyen
2018-04-27
*
HLO profiling for tfcompile.
Sanjoy Das
2018-04-27
*
Add internal uint b stats to TfOpStats.
A. Unique TensorFlower
2018-04-27
*
Split up ElementaIrEmitter::MakeElementGenerator into smaller functions; NFC
Sanjoy Das
2018-04-27
*
[XLA] Fix bug in ShapeUtil::StripDegenerateDimensions
A. Unique TensorFlower
2018-04-27
*
Make RetryingFileSystem a template.
Brennan Saeta
2018-04-27
*
Minor fix to SDCAOptimizer documentation.
Petros Mol
2018-04-27
*
[TF:XLA:INTERPRETER] implement bfloat16 comparisons
Nick Desaulniers
2018-04-27
*
Fix broken ElementWiseFusionTest.
A. Unique TensorFlower
2018-04-27
*
Minor eager service proto clarification.
Akshay Modi
2018-04-27
*
[XLA:CPU] Implement fusion for the Gather HLO
Sanjoy Das
2018-04-27
*
If two identical functions are given different grad func,
A. Unique TensorFlower
2018-04-27
*
Remove whitespaces from tags in saved_model_cli.
A. Unique TensorFlower
2018-04-27
*
[TF:XLA] Bump open source llvm revision to r330950
Sanjoy Das
2018-04-27
*
Remove scope name from bfloat16
Sourabh Bajaj
2018-04-27
*
eager: Improve error message when GradientTape is used incorrectly.
Asim Shankar
2018-04-27
*
Replace GrapplerFunctionItem input with a constant.
A. Unique TensorFlower
2018-04-27
*
Internally rewrite @recompute_grad to use @custom_gradient
A. Unique TensorFlower
2018-04-27
*
Added string conversion operator to tensorflow::StringPiece.
A. Unique TensorFlower
2018-04-27
*
Fix bug in @custom_gradient in Eager mode with numpy inputs
A. Unique TensorFlower
2018-04-27
*
[TF:XLA] Bump open source llvm revision to r330926
Sanjoy Das
2018-04-27
*
Automated g4 rollback of changelist 194306629
Yu-Cheng Ling
2018-04-27
*
Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests now
A. Unique TensorFlower
2018-04-26
*
Implement floor operator
A. Unique TensorFlower
2018-04-26
*
Automated g4 rollback of changelist 194442428
A. Unique TensorFlower
2018-04-26
*
Free scratch memory in ~BaseGPUDevice.
A. Unique TensorFlower
2018-04-26
*
Implements linear no-offset (aka symmetric) quantizer.
A. Unique TensorFlower
2018-04-26
*
Split out SaveableObjects into their own file
Allen Lavoie
2018-04-26
*
More informative error message when loading a graph_def which uses unknown ops.
Malcolm Reynolds
2018-04-26
[next]