index
:
tensorflow
master
machine learning framework
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fixes to cuda_config.h.
A. Unique TensorFlower
2017-06-26
*
Switch tfprof to use proto3
A. Unique TensorFlower
2017-06-26
*
Properly handle RefEnter, RefExit and RefNextIteration nodes.
Benoit Steiner
2017-06-26
*
Added a tool to report the static information that can be extracted from a TF...
Benoit Steiner
2017-06-26
*
Simplify strided_slice's shape handling
Geoffrey Irving
2017-06-26
*
Fix missing variable unref
A. Unique TensorFlower
2017-06-26
*
[XLA] Move HLO dumping flags from service_flags to debug_options_flags
Eli Bendersky
2017-06-26
*
Deletes iris_val_based_early_stopping example, which uses deprecated Validati...
A. Unique TensorFlower
2017-06-26
*
[TPUEstimator] Make input_fn invoked properly with eval on CPU.
Jianwei Xie
2017-06-26
*
Move resampler from sonnet to contrib.
A. Unique TensorFlower
2017-06-26
*
Follow LLVM/ORC upstream API change in r306166.
A. Unique TensorFlower
2017-06-25
*
Made TensorFlow documentation on LSTMs slightly more accurate.
A. Unique TensorFlower
2017-06-24
*
Fix multinomial doc-string, input arg logits expects to log-probabilities and...
A. Unique TensorFlower
2017-06-24
*
Avoid hardcoded names for temporary files in tests.
A. Unique TensorFlower
2017-06-23
*
SinhArcSinh bijector added.
Ian Langmore
2017-06-23
*
BUILD cleanup in tensorflow/tools/...
A. Unique TensorFlower
2017-06-23
*
Disable flaky run_metadata_test.
Gunhan Gulsoy
2017-06-23
*
Make the CPU compiler dump optimized IR along with the unoptimized IR.
A. Unique TensorFlower
2017-06-23
*
Use std::shared_ptr instead of core::RefCounted for Node::Properties
Skye Wanderman-Milne
2017-06-23
*
Avoid doing unecessary work in the OptimizeGraph() function whenever possible
Benoit Steiner
2017-06-23
*
Add kernel tests for boosted_trees.
A. Unique TensorFlower
2017-06-23
*
Updates some examples in examples/learn.
A. Unique TensorFlower
2017-06-23
*
Sinh, ArcSinh, Cosh, LogCosh functions added to distributions/python/ops/trig.
Ian Langmore
2017-06-23
*
Use short-proto for logging purposes.
Brennan Saeta
2017-06-23
*
Add item's graph to partition_graphs in virtual cluster's run method.
A. Unique TensorFlower
2017-06-23
*
Modify ControlFlowContext to also respect import_scope in 'values_' and keys ...
A. Unique TensorFlower
2017-06-23
*
Updated wide-n-deep tutorial code to use core version of estimators and featu...
Mustafa Ispir
2017-06-23
*
Add a few diagnostic flags to help narrow down issues with the LLVM
A. Unique TensorFlower
2017-06-23
*
Prepare to not include node_def.proto.h in node_def_util.h
Geoffrey Irving
2017-06-23
*
Don't crash if a metagraph fails to load.
Benoit Steiner
2017-06-23
*
Add None check for save_path when restoring checkpoints as if something is wr...
Steven Hickson
2017-06-23
*
tfdbg: a few minor fixes and improvements
Shanqing Cai
2017-06-23
*
Re-enable IR dumping for the sequential CPU backend.
A. Unique TensorFlower
2017-06-23
*
Increase rtol for util_test.
Joshua V. Dillon
2017-06-23
*
Java: NativeLibrary: Fix URL in error message.
Asim Shankar
2017-06-23
*
[XLA] Add general F32 implementation for ReducePrecision operation.
A. Unique TensorFlower
2017-06-23
*
Add TraceMe instrumentation of RunStep in GRPC distributed runtime.
A. Unique TensorFlower
2017-06-23
*
Updates linear.md tutorial
A. Unique TensorFlower
2017-06-23
*
[XLA] Remove unused xla_cpu flag and move another to DebugOptions.
Eli Bendersky
2017-06-23
*
[TF:XLA] Update LLVM to upstream revision r306085.
A. Unique TensorFlower
2017-06-23
*
Follow upstream API change from r306058.
A. Unique TensorFlower
2017-06-23
*
[XLA] Small error message improvement in binop shape inference.
A. Unique TensorFlower
2017-06-22
*
Make occurence (op run times and op definition) selectable
A. Unique TensorFlower
2017-06-22
*
[XLA:CPU] Add VLOGs to cpu_compiler.cc
A. Unique TensorFlower
2017-06-22
*
Fixed cmake tests.
Mustafa Ispir
2017-06-22
*
Alligned how model-fns handled params among linear/dnn/combined estimators.
Mustafa Ispir
2017-06-22
*
Added canned estimators to Tensorflow library. List of added estimators:
Mustafa Ispir
2017-06-22
*
Support advisor in all places (Command line, APIs)
A. Unique TensorFlower
2017-06-22
*
Improve score-trick to be a valid Csiszar f-Divergence yet numerically stable.
Joshua V. Dillon
2017-06-22
*
Generating TBAA metadata causes the LLVM to miscompile after
A. Unique TensorFlower
2017-06-22
[next]