aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Michael Case2018-02-07
* Better documentation for contrib summaries.Gravatar Alexandre Passos2018-02-07
* Generalize quantization rewrite to not rely on names.Gravatar Suharsh Sivakumar2018-02-07
* Change output of slim.learning.train to total_loss = None, if no training ste...Gravatar A. Unique TensorFlower2018-02-07
* [tf.data] Move the C++ Dataset class implementations to the framework library.Gravatar Derek Murray2018-02-07
* Makefile flag to use Apple Accelerate for Conv on iOS.Gravatar Yu-Cheng Ling2018-02-07
* Add BatchMatMul support and improve tensorflow graphdef export by adding ops ...Gravatar A. Unique TensorFlower2018-02-07
* Set the number of warmup steps for building the cost model.Gravatar Yao Zhang2018-02-07
* Initial XLA support for TF eager. This is prerequisite for TF compiler's XLA ...Gravatar Mingsheng Hong2018-02-07
* Update TFLite iOS Camera Example app to use TFLite CocoaPod.Gravatar Yu-Cheng Ling2018-02-07
* Update to type-dependent while loop, and tests for it.Gravatar A. Unique TensorFlower2018-02-07
* Prototype for object-based save/restoreGravatar Allen Lavoie2018-02-07
* make calling NNAPI work againGravatar A. Unique TensorFlower2018-02-07
* Improve model_pruner:Gravatar A. Unique TensorFlower2018-02-07
* [XLA:CPU] Fix/suppress issues caught by the C++ linterGravatar Sanjoy Das2018-02-07
* Make TypeError more explicit on _assertAllCloseRecursiveGravatar A. Unique TensorFlower2018-02-07
* Adding support for standalone Tanh operator.Gravatar A. Unique TensorFlower2018-02-07
* Refactor score definition in GMM operations. This is simplified to be the per...Gravatar A. Unique TensorFlower2018-02-07
* Utilities for type checking and multiple dispatch.Gravatar A. Unique TensorFlower2018-02-07
* Support for quantized LstmCell, with initial reference runtime code.Gravatar A. Unique TensorFlower2018-02-07
* [XLA:CPU] Assert more thoroughly on preconditions in VectorSupportlibraryGravatar Sanjoy Das2018-02-07
* [XLA] Use HloVerifiedTestBase in AlgebraicSimplifierTestGravatar Sanjoy Das2018-02-06
* [XLA:CPU] Add an LLVM IR implementation of ExpGravatar Sanjoy Das2018-02-06
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* LSTM for TFlite/TocoGravatar Zhixian Yan2018-02-06
* Clear feed error on session start.Gravatar Russell Power2018-02-06
* TPUEstimator: Revert the global_step change and require the user to explicitlyGravatar Jonathan Hseu2018-02-06
* [XLA:CPU] Use VectorSupportLibrary for LLVM IR implementation of tanhGravatar Sanjoy Das2018-02-06
* We used to bypass fake-quant nodes in resolve_reorder_axes, as a hack as weGravatar A. Unique TensorFlower2018-02-06
* [tf.data] Fix a memory leak when an iterator is reinitialized many times in a...Gravatar Derek Murray2018-02-06
* Fix memory tracking in the case where temp memory is used as output memory.Gravatar Yuefeng Zhou2018-02-06
* Sync the opensource and non-opensource buildGravatar Andrew Selle2018-02-06
* Address Adagrad/RMSProp incompatibility with CudnnRNNGravatar James Qin2018-02-06
* [XLA] Add and use new Literal::MakeTupleOwned overload.Gravatar Justin Lebar2018-02-06
* Add read resource variable benchmarks.Gravatar Akshay Modi2018-02-06
* Creates tf.contrib.feature_column module.Gravatar A. Unique TensorFlower2018-02-06
* Handles possible infinite recursion in while loop fix.Gravatar Alexandre Passos2018-02-06
* [TF Ops] Bugfix to Operation initializer: error message uses node_def.Gravatar Eugene Brevdo2018-02-06
* Automated g4 rollback of changelist 184551259Gravatar Joshua V. Dillon2018-02-06
* Export CXX11_ABI_FLAG and MONOLITHIC_BUILD constants.Gravatar Anna R2018-02-06
* Another rolling back of performance regression.Gravatar Alexandre Passos2018-02-06
* Make TFE_Py_FastpathExecute work for all types of opsGravatar Akshay Modi2018-02-06
* Added support for nested functionsGravatar Benoit Steiner2018-02-06
* Add utility function which makes implicit `tf.get_variable` dependencies anGravatar Joshua V. Dillon2018-02-06
* Fixing the issue where an escape character was being included in the branch n...Gravatar Amit Patankar2018-02-06
* [TF:XLA] Bump open source llvm revision to r324323Gravatar Sanjoy Das2018-02-06
* Fetch OpDefs from C API instead of using python op registry in ops.py.Gravatar Skye Wanderman-Milne2018-02-06
* Fixed typoGravatar A. Unique TensorFlower2018-02-06
* tfdbg: deflake session_debug_file_testGravatar Shanqing Cai2018-02-06
* Second, cleaner, attempt at external control dependency handling.Gravatar Alexandre Passos2018-02-06