aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Add unit test for model_to_estimator where inpu_fnGravatar Zhenyu Tan2018-09-12
* Internal change.Gravatar Anna R2018-09-12
* Added ability to bucket without padding, as sparse tensors to `bucket_by_sequ...Gravatar A. Unique TensorFlower2018-09-12
* Support coverage penalty for beam search decoder (according to https://arxiv....Gravatar A. Unique TensorFlower2018-09-12
* Create experimental DNN Estimators with support for Path-Integrated Gradients...Gravatar A. Unique TensorFlower2018-09-12
* [XLA] A queue interface to allow fusion in different orders.Gravatar Yuanzhong Xu2018-09-12
* Correct argument name in declaration of StronglyConnectedComponentsGravatar James Keeling2018-09-12
* Disable third_party/tensorflow/contrib/lite/testing:zip_test* in {a,m,t}san t...Gravatar Yanan Cao2018-09-12
* [XLA] Teach Literal to round trip S8 through protosGravatar Benjamin Kramer2018-09-12
* Merge pull request #21490 from tensorflow:rasmi-patch-1Gravatar TensorFlower Gardener2018-09-12
|\
* | Point distributions code to tf.linalg rather than tf.contrib.linalgGravatar Ian Langmore2018-09-12
* | Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* | Add linear_operator_addition to tensorflow/python/. A subsequent CLGravatar Ian Langmore2018-09-12
* | Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* | Add basic type propagation for unsupported ops in TFLite conversionGravatar Jared Duke2018-09-12
* | Fix typo in Tensorflow control_flow_ops_py_test.Gravatar A. Unique TensorFlower2018-09-12
* | Fix convolution bug when input and filter dimensions matchGravatar Jared Duke2018-09-12
* | Support providing default gradient for variant tensors in tf.gradients call.Gravatar Saurabh Saxena2018-09-12
* | Parameterize test matrix_band_part_testGravatar Yanan Cao2018-09-12
* | Remove compat.forward_compatible horizon checks for StaticRegexReplace.Gravatar Jeremiah Harmsen2018-09-12
* | compat: Update forward compatibility horizon to 2018-09-12Gravatar A. Unique TensorFlower2018-09-12
* | Automated rollback of commit 4c936f1b220676d0d427f5f38b4111cfb9011b5aGravatar A. Unique TensorFlower2018-09-12
* | Automated rollback of commit c5267a54a63a08234a0314888f6cfe842647a73bGravatar A. Unique TensorFlower2018-09-12
* | [tf.data] Thread parent cancellation manager through to MapDefunOp correctly....Gravatar Rachel Lim2018-09-11
* | Update documentation for SavedModel tags.Gravatar Christina Sorokin2018-09-11
* | Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
* | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-09-11
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-11
* | Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
* | [tf.data] Mechanism for collecting processing time information and modeling p...Gravatar Jiri Simsa2018-09-11
* | Make the visualization tool handle null shape gracefully.Gravatar Yunlu Li2018-09-11
* | Rename "_periods" private property in ARModel with "_periodicities" to make i...Gravatar A. Unique TensorFlower2018-09-11
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-11
* | Automated rollback of commit d31f360e1574553ed23b8d483512a2065ac426ebGravatar A. Unique TensorFlower2018-09-11
* | Merge pull request #21860 from Intel-tensorflow:add-mkl-cc-testsGravatar TensorFlower Gardener2018-09-11
|\ \
* | | Removes confusing comment in floordiv docstring.Gravatar A. Unique TensorFlower2018-09-11
* | | Internal change.Gravatar Nupur Garg2018-09-11
* | | Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11
* | | [XLA] Delete source_map_util.cc (dead code).Gravatar Justin Lebar2018-09-11
* | | Not running no_gpu tagged tests on GPU and not running benchmark-test for any...Gravatar Amit Patankar2018-09-11
* | | [TF:XLA] Bump open source abseil revision to 02451914b9ad5320f81f56a89f3eef1f...Gravatar Sanjoy Das2018-09-11
* | | Regenerate input for every inference.Gravatar Yunlu Li2018-09-11
* | | Add an experimental API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-11
* | | Edit comment for Circulant.Gravatar A. Unique TensorFlower2018-09-11
* | | Adds back 'causal' support to Keras Conv1D and SeparableConv1DGravatar A. Unique TensorFlower2018-09-11
* | | Move Quantile Stream Resource to core.Gravatar Zhenyu Tan2018-09-11
* | | Add a printout at the start of MetaOptimizer::Optimize() to make it easier t...Gravatar A. Unique TensorFlower2018-09-11
* | | Add support for populating a feature columns to output tensors dictionary in ...Gravatar A. Unique TensorFlower2018-09-11
* | | Fix typos in the comment for the class Categorical.Gravatar A. Unique TensorFlower2018-09-11
* | | Fixing broadcast pow.Gravatar A. Unique TensorFlower2018-09-11