aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge pull request #18366 from qlzh727/branch_192210794Gravatar Qianli Scott Zhu2018-04-09
|\
* \ Merge pull request #18347 from case540/fix_source_writerGravatar Michael Case2018-04-09
|\ \
| * | Addressed comments.Gravatar Michael Case2018-04-09
| | * Merge commit for internal changesGravatar Scott Zhu2018-04-09
| |/| |/| |
| | * Export recurrent and its RNN implementation in tf.contrib.Gravatar Patrick Nguyen2018-04-09
| | * Internal ChangeGravatar A. Unique TensorFlower2018-04-09
| | * [XLA] Redesign: implement infeed and outfeed.Gravatar A. Unique TensorFlower2018-04-09
| | * Hide slide_dataset from the new API.Gravatar Anna R2018-04-09
* | | Merge pull request #15455 from yongtang/13998-clip_by_valueGravatar Benoit Steiner2018-04-09
|\ \ \
| | | * Add bitcast-convert support to the evaluator and as a method on Literal.Gravatar Mark Heffernan2018-04-09
| | | * [XLA] Use ThreadPool in a safer way.Gravatar Michael Kuperstein2018-04-09
| | | * Don't run test flaky under TSAN.Gravatar A. Unique TensorFlower2018-04-09
| | | * Acknowledges tape in graph mode doesn't like unknown shapesGravatar Alexandre Passos2018-04-09
| | | * Tweak the context stack so init_scope works with eager GraphsGravatar Allen Lavoie2018-04-09
| | | * Don't initialize global threadpool in GraphRunner.Gravatar Skye Wanderman-Milne2018-04-09
| | | * Fix GPUDebugAllocator and GPUNanResetAllocator:Gravatar Guangda Lai2018-04-09
| | | * Doccumentation fix for LossSpec.Gravatar A. Unique TensorFlower2018-04-09
| | | * Fix bug in loop optimizer. Reuse existing constant nodes.Gravatar A. Unique TensorFlower2018-04-09
| | | * Automated g4 rollback of changelist 192160407Gravatar Akshay Modi2018-04-09
| | | * Adds __repr__ method to HParams.Gravatar A. Unique TensorFlower2018-04-09
| | | * Make node and registration getter const.Gravatar Shashi Shekhar2018-04-09
| | | * Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
| | | * Add a utility that can detect the class that defined a method. This is useful...Gravatar A. Unique TensorFlower2018-04-09
| | | * Adds a within_ops_fn parameter to get_forward_walk_ops and get_backward_walk_opsGravatar A. Unique TensorFlower2018-04-09
| | | * Implement DFS using a loop instead of recursion to avoid stack overflow.Gravatar A. Unique TensorFlower2018-04-09
| | | * Renames exported signature names in MultiHead so head_name comes first.Gravatar A. Unique TensorFlower2018-04-09
| | | * Provide a hint about the number of iterations to while_loop in the case of fo...Gravatar A. Unique TensorFlower2018-04-09
| | | * Only set session in model_to_estimator if _SESSION has not been set.Gravatar Yifei Feng2018-04-09
| | | * Internal fix.Gravatar A. Unique TensorFlower2018-04-09
| | | * Automated g4 rollback of changelist 186518037Gravatar Ayush Dubey2018-04-09
| | | * Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-04-09
| | | * Allow creating tensors from numpy arrays, and other various constants.Gravatar Akshay Modi2018-04-09
| | | * Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-04-09
| | | * Documentation fix.Gravatar A. Unique TensorFlower2018-04-09
| | | * Register tf.concat with uint8 data type.Gravatar A. Unique TensorFlower2018-04-09
| | | * Adds support for tf.HParams to TPUEstimator.Gravatar A. Unique TensorFlower2018-04-09
| | | * Adds complex64/128 Fill kernel registrations for GPU.Gravatar Brian Patton2018-04-09
| | | * Rewrite a fast GEMV path for two goals:Gravatar A. Unique TensorFlower2018-04-09
| | | * Collective Ops Part 2Gravatar A. Unique TensorFlower2018-04-09
| | | * Add `scope` parameter in experimental Quantization API.Gravatar Yu-Cheng Ling2018-04-09
| | | * Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-09
| | | * Internal Change.Gravatar A. Unique TensorFlower2018-04-09
| | | * Add validation for output_index of Feed.id.Gravatar A. Unique TensorFlower2018-04-09
| | | * Minimize broadcasts by rewriting a sub-tree of binary associative ops (Add, M...Gravatar A. Unique TensorFlower2018-04-09
* | | | Merge pull request #18336 from yongtang/04082018-link-install_cGravatar Amit Patankar2018-04-09
|\ \ \ \
| | | | * Small reorganization of core/BUILDGravatar A. Unique TensorFlower2018-04-09
| | | | * Initial Python API for specifying outside_compilation blocks that call out fr...Gravatar A. Unique TensorFlower2018-04-09
| | | | * Adding support for the standalone log operator. Basic import/export only, No ...Gravatar A. Unique TensorFlower2018-04-09
* | | | | Allow ComplexAbs Op on mobile platforms (#18113)Gravatar Ilya Polenov2018-04-09
| | | * | Fixes to source_writer.cc.Gravatar Michael Case2018-04-09
| |_|/ / |/| | |