aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | | | | Updating documentation of supported ops.Gravatar Nupur Garg2018-03-26
| * | | | | Include additional cases for evaluating the fqn annotation.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Fix inconsistency in run_cond.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Add "distribute" argument to tf.estimator.RunConfig() in anticipationGravatar A. Unique TensorFlower2018-03-26
| * | | | | [XLA] Redesign: implement and test ternary ops.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Finish deprecation of tf.contrib.bayesflow.{HMC,MetropolisHastings}.Gravatar Joshua V. Dillon2018-03-26
| * | | | | [XLA] Redesign: handle metadata and sharding.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Add missing parameter to OP_REQUIRES call.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Save the last loss reduction method (for future use).Gravatar A. Unique TensorFlower2018-03-26
* | | | | | Fix #15900 (#16154)Gravatar Jerry Liu2018-03-26
* | | | | | Fix missing interpretation of document (#17990)Gravatar Ou Changkun2018-03-26
| * | | | | Rename convert_savedmodel to convert_saved_modelGravatar Suharsh Sivakumar2018-03-26
| * | | | | Makes tf.gather not silently snapshot resource variables.Gravatar Alexandre Passos2018-03-26
| * | | | | In the experimental C API, parametrized batch_size for the generate dataset /...Gravatar Mingsheng Hong2018-03-26
| * | | | | Update recompute_grad for TPUGravatar A. Unique TensorFlower2018-03-26
| * | | | | [XLA] Redesign: implement and test unary and binary ops.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Fix some compiler warnings in MKL-DNN build.Gravatar A. Unique TensorFlower2018-03-26
* | | | | | reverting mkl allocator inline modifier from #17396. causes build issues on l...Gravatar Jayaram Bobba2018-03-26
| * | | | | Clarify eager gradient doc stringsGravatar Igor Ganichev2018-03-26
| * | | | | Add description of shapes and a pointer to external tutorial notebook in `tf....Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Quick fix to assign_moving_average documentation formatting.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Global rename of py2tf to autographGravatar A. Unique TensorFlower2018-03-26
| * | | | | Add additional protobuf imports.Gravatar Jiri Simsa2018-03-26
| * | | | | Internal change.Gravatar Anna R2018-03-26
| * | | | | Add header guard to lstm_utils.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Optimized ops, move code to early, common, section so that it can be shared.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Clarify doc strings on gradient methodsGravatar Igor Ganichev2018-03-26
| * | | | | Internal change.Gravatar Anna R2018-03-26
| * | | | | Internal change.Gravatar Anna R2018-03-26
| * | | | | tfdbg CLI: Allow node exclusion with tensor filtersGravatar Shanqing Cai2018-03-26
| * | | | | LSTM support: Support fused activation functions in int16 Add ops.Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Extended experimental C API with MNIST dataset/iterators support.Gravatar Mingsheng Hong2018-03-26
| * | | | | Revert to initializing number of threads when SetNumThreads is called. Requir...Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Make the CSE ("node deduping") pass in ArithmeticOptimizer more robust in the...Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Made the NumElements function more accurateGravatar Benoit Steiner2018-03-26
| * | | | | tf.GradientTape: Clearly say that tf.while_loop and tf.cond are not supportedGravatar Asim Shankar2018-03-26
* | | | | | Merge pull request #18002 from xiejw/branch_190479555Gravatar xiejw2018-03-26
|\ \ \ \ \ \
| | * | | | | BUGFIX: Fix failure-to-broadcast in Wishart.sample.Gravatar Joshua V. Dillon2018-03-26
| | * | | | | Fixes an issue with calling tf.contrib.seq2seq.dynamic_decode with an extende...Gravatar A. Unique TensorFlower2018-03-26
| | * | | | | [tf.data] Usability improvements to `tf.contrib.data.make_csv_dataset`.Gravatar Rachel Lim2018-03-26
| | * | | | | Added experimental C APIs to build a stack of dataset + iterator nodes thatGravatar Mingsheng Hong2018-03-26
| | * | | | | Adding a FunctionBufferingResourceReset Op that resets the state of the funct...Gravatar Rohan Jain2018-03-26
| * | | | | | Merge commit for internal changesGravatar Jianwei Xie2018-03-26
|/| | | | | | | |/ / / / /
| * | | | | Automated g4 rollback of changelist 190293303Gravatar A. Unique TensorFlower2018-03-26
| * | | | | Updated test (but not source) of https://www.tensorflow.org/api_docs/python/t...Gravatar A. Unique TensorFlower2018-03-26
* | | | | | Merge pull request #17074 from StanislawAntol/feature/add_tflite_maximumGravatar andrehentz2018-03-26
|\ \ \ \ \ \
| | * | | | | Disable flaky prefetching_ops_test.Gravatar Gunhan Gulsoy2018-03-25
| | * | | | | Always cast `tf.distributions.Distribution` `_event_shape`, `_batch_shape`.Gravatar Joshua V. Dillon2018-03-25
| | * | | | | Minor Error type and documentation fix.Gravatar Petros Mol2018-03-25
| | * | | | | Use compat.as_bytes() instead of str.encode().Gravatar Skye Wanderman-Milne2018-03-25