aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Move security.md into the right place.Gravatar Martin Wicke2018-02-27
* [XLA] Remove an unused function with a typo in its name.Gravatar Michael Kuperstein2018-02-27
* Bump the version of CUB in cmake build.Gravatar Gunhan Gulsoy2018-02-27
* tf.contrib.data.bucket_by_sequence_length for variable length inputsGravatar A. Unique TensorFlower2018-02-27
* Make RecentRequestIds more efficient.Gravatar Jeremy Lau2018-02-27
* Implement support for unpartitioning tf.nn.embedding_lookup into a single gat...Gravatar A. Unique TensorFlower2018-02-27
* Properly handle inlining failuresGravatar Benoit Steiner2018-02-27
* Added a TFLite Java API to get last inference latency in nanoseconds.Gravatar A. Unique TensorFlower2018-02-27
* "soft placement" for eagerGravatar Alexandre Passos2018-02-27
* Renames sequential_feature_column to sequence_feature_column and adds pydoc.Gravatar A. Unique TensorFlower2018-02-27
* Allow the Ftrl-proximal optimizer parameter 'initial_accumulator_value' to ta...Gravatar A. Unique TensorFlower2018-02-27
* Optimized non-aligned case of split and split_v on the first input dimension.Gravatar A. Unique TensorFlower2018-02-27
* During late import, update model->flags from the input-arrays shape informati...Gravatar A. Unique TensorFlower2018-02-27
* Checkpointable: Move the checkpoint-grouping utility out of the unit test fileGravatar Allen Lavoie2018-02-27
* Make Layers CheckpointableGravatar Allen Lavoie2018-02-27
* Allow eager metrics to save internal variables by using global_variables.Gravatar Sergio Guadarrama2018-02-27
* Register the function optimizer in the meta optimizer. Made sure it's turned ...Gravatar Benoit Steiner2018-02-27
* Add consistency check: for constant arrays (those that have a buffer),Gravatar A. Unique TensorFlower2018-02-27
* Use a couple of type aliases for brevity; NFCGravatar Sanjoy Das2018-02-27
* Improve our handling of bitcasts.Gravatar Sanjoy Das2018-02-27
* [TF:XLA] Bump open source llvm revision to r326181Gravatar Sanjoy Das2018-02-27
* Don't crash on missing inputs in dependency analyzer. This is a temporary mit...Gravatar A. Unique TensorFlower2018-02-27
* Function optimization: added an optimizer to automatically inline functions i...Gravatar Benoit Steiner2018-02-27
* Add 8bit Tanh support to tfliteGravatar A. Unique TensorFlower2018-02-27
* [TF CriticalSection] Bugfix: deref the Mutex before calling done_()Gravatar Eugene Brevdo2018-02-27
* Make block-based pruning more general, allowing it to operate on higher-dimen...Gravatar A. Unique TensorFlower2018-02-27
* Lint fixes.Gravatar Martin Wicke2018-02-27
* Implement partial constant folding of AddN and AccumulateNV2.Gravatar A. Unique TensorFlower2018-02-27
* Uses the new automatic control dependencies code for functions.Gravatar Alexandre Passos2018-02-27
* Tensorflow: adds additional debugging info to feed_dict failure condition.Gravatar A. Unique TensorFlower2018-02-27
* Enable dynamic function calls. These are compiled just in time by inserting a...Gravatar A. Unique TensorFlower2018-02-27
* Add documentation to Grappler RewriterConfig to give a short description for ...Gravatar A. Unique TensorFlower2018-02-27
* Improve error handling in strided_slice_op to fail more gracefully and return...Gravatar A. Unique TensorFlower2018-02-26
* Automated g4 rollback of changelist 187092622Gravatar A. Unique TensorFlower2018-02-26
* Add helpers to stream data from the GCE VM to a Cloud TPU.Gravatar Brennan Saeta2018-02-26
* Fix bug in deserializing CondContexts.Gravatar Skye Wanderman-Milne2018-02-26
* Fixes and simplification in the Keras training engine.Gravatar Francois Chollet2018-02-26
* Make sure rounding and handling of denormals in Grappler is the same as in Te...Gravatar A. Unique TensorFlower2018-02-26
* Remove old implementation of the adaptive shared batcher, the in flight batch...Gravatar A. Unique TensorFlower2018-02-26
* Modify retrain script to output TFLite compatible quantized models.Gravatar Suharsh Sivakumar2018-02-26
* Support configurable stats publishers in the grpc server.Gravatar Brennan Saeta2018-02-26
* [XLA::Interpreter] Add support for kConditional to HloEvaluator. Also enableGravatar Kay Zhu2018-02-26
* Fix buffer assignment for conditional instruction.Gravatar A. Unique TensorFlower2018-02-26
* Consolidate the builtin function overrides into a single module, and use a ge...Gravatar A. Unique TensorFlower2018-02-26
* Only link the swapping code when compiling TensorFlow with CUDA support.Gravatar Benoit Steiner2018-02-26
* [XLA] In HloEvaluator, fix an issue for HandleAbs to handle complex numbersGravatar Kay Zhu2018-02-26
* Deprecate tf.contrib.learn.Gravatar Martin Wicke2018-02-26
* [XLA] Add more supported dtypes to the local Python client.Gravatar A. Unique TensorFlower2018-02-26
* [XLA] Fix #17090 a problem in IrArray::Index::SourceIndexOfTranspose.Gravatar Bixia Zheng2018-02-26
* Uses a thread pool for graph functions in eager mode with inter_op_parallelis...Gravatar Alexandre Passos2018-02-26