aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add a preconf/ directory for preconfigured targets / toolchains.Gravatar A. Unique TensorFlower2018-09-12
| | | | PiperOrigin-RevId: 212668653
* Correct argument name in declaration of StronglyConnectedComponentsGravatar James Keeling2018-09-12
| | | | | | | | This now matches the definition. I fixed it here rather than in the definition as it seems every call to this function names the variable "num_components". I also tidied up the comment a little. PiperOrigin-RevId: 212668416
* Disable third_party/tensorflow/contrib/lite/testing:zip_test* in {a,m,t}san ↵Gravatar Yanan Cao2018-09-12
| | | | | | tests PiperOrigin-RevId: 212668288
* [XLA] Teach Literal to round trip S8 through protosGravatar Benjamin Kramer2018-09-12
| | | | | | Just for completeness, this isn't being used currently. PiperOrigin-RevId: 212667528
* Merge pull request #21490 from tensorflow:rasmi-patch-1Gravatar TensorFlower Gardener2018-09-12
|\ | | | | | | PiperOrigin-RevId: 212667200
* | Point distributions code to tf.linalg rather than tf.contrib.linalgGravatar Ian Langmore2018-09-12
| | | | | | | | PiperOrigin-RevId: 212658047
* | Roll forward change "Move control flow functionalization as a graph ↵Gravatar Tong Shen2018-09-12
| | | | | | | | | | | | optimization pass, instead of a step in XlaCompiler.". PiperOrigin-RevId: 212657932
* | Add linear_operator_addition to tensorflow/python/. A subsequent CLGravatar Ian Langmore2018-09-12
| | | | | | | | | | | | | | will remove this from contrib. linear_operator_addition is hidden from the public API. PiperOrigin-RevId: 212655087
* | Change HandleFromInput() to return a `const ResourceHandle&` and avoid ↵Gravatar Derek Murray2018-09-12
| | | | | | | | | | | | | | | | copying that type. This avoids unnecessary string copies and deallocations in the ReadVariableOp, and similar ops. PiperOrigin-RevId: 212652588
* | Add basic type propagation for unsupported ops in TFLite conversionGravatar Jared Duke2018-09-12
| | | | | | | | PiperOrigin-RevId: 212651704
* | Fix typo in Tensorflow control_flow_ops_py_test.Gravatar A. Unique TensorFlower2018-09-12
| | | | | | | | | | | | The test would fall back to GPU:0 when unable to find a GPU. This should be CPU. PiperOrigin-RevId: 212649435
* | Fix convolution bug when input and filter dimensions matchGravatar Jared Duke2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | TFLite has an optimized matmul path for cases where the input and filter tensors have matching width+height. However, this case doesn't properly account for multiple *batches*. Account for this and add an appropriate test. Credit to zgxnet for the bug and proposed fix. Fixes #21817 PiperOrigin-RevId: 212645329
* | Support providing default gradient for variant tensors in tf.gradients call.Gravatar Saurabh Saxena2018-09-12
| | | | | | | | PiperOrigin-RevId: 212645190
* | Parameterize test matrix_band_part_testGravatar Yanan Cao2018-09-12
| | | | | | | | PiperOrigin-RevId: 212643986
* | Remove compat.forward_compatible horizon checks for StaticRegexReplace.Gravatar Jeremiah Harmsen2018-09-12
| | | | | | | | PiperOrigin-RevId: 212642629
* | compat: Update forward compatibility horizon to 2018-09-12Gravatar A. Unique TensorFlower2018-09-12
| | | | | | | | PiperOrigin-RevId: 212601523
* | Automated rollback of commit 4c936f1b220676d0d427f5f38b4111cfb9011b5aGravatar A. Unique TensorFlower2018-09-12
| | | | | | | | PiperOrigin-RevId: 212600364
* | Automated rollback of commit c5267a54a63a08234a0314888f6cfe842647a73bGravatar A. Unique TensorFlower2018-09-12
| | | | | | | | PiperOrigin-RevId: 212595533
* | [tf.data] Thread parent cancellation manager through to MapDefunOp ↵Gravatar Rachel Lim2018-09-11
| | | | | | | | | | | | correctly. Refactor MapDefunOp for correctness + better C++ hygiene PiperOrigin-RevId: 212589285
* | Update documentation for SavedModel tags.Gravatar Christina Sorokin2018-09-11
| | | | | | | | PiperOrigin-RevId: 212582822
* | Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | PiperOrigin-RevId: 212577288
* | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | PiperOrigin-RevId: 212569958
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | PiperOrigin-RevId: 212568029
* | Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | PiperOrigin-RevId: 212565231
* | [tf.data] Mechanism for collecting processing time information and modeling ↵Gravatar Jiri Simsa2018-09-11
| | | | | | | | | | | | performance. PiperOrigin-RevId: 212557406
* | Make the visualization tool handle null shape gracefully.Gravatar Yunlu Li2018-09-11
| | | | | | | | PiperOrigin-RevId: 212556651
* | Rename "_periods" private property in ARModel with "_periodicities" to make ↵Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | it more accurate. PiperOrigin-RevId: 212555968
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | PiperOrigin-RevId: 212555263
* | Automated rollback of commit d31f360e1574553ed23b8d483512a2065ac426ebGravatar A. Unique TensorFlower2018-09-11
| | | | | | | | PiperOrigin-RevId: 212551965
* | Merge pull request #21860 from Intel-tensorflow:add-mkl-cc-testsGravatar TensorFlower Gardener2018-09-11
|\ \ | | | | | | | | | PiperOrigin-RevId: 212551803
* | | Removes confusing comment in floordiv docstring.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | PiperOrigin-RevId: 212548263
* | | Internal change.Gravatar Nupur Garg2018-09-11
| | | | | | | | | | | | PiperOrigin-RevId: 212545735
* | | Move AutoGraph to core. This CL moves the entirety of the code base, keeping ↵Gravatar Dan Moldovan2018-09-11
| | | | | | | | | | | | | | | | | | the frontend autograph module in contrib for backward compatibility. Certain files, like notebooks and the readme file may be referenced from the outside, so a copy of those is kept as well. In addition, the notebooks subdirectory of examples is also kept in contrib because the extension the build file relies on is not available in the PIP package. PiperOrigin-RevId: 212543067
* | | Merge pull request #18293 from rongjiecomputer:llvmGravatar TensorFlower Gardener2018-09-11
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 212543062
* | | | [XLA] Delete source_map_util.cc (dead code).Gravatar Justin Lebar2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212542938
* | | | Not running no_gpu tagged tests on GPU and not running benchmark-test for ↵Gravatar Amit Patankar2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | any pip builds. PiperOrigin-RevId: 212541571
* | | | [TF:XLA] Bump open source abseil revision to ↵Gravatar Sanjoy Das2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | 02451914b9ad5320f81f56a89f3eef1f8683227c PiperOrigin-RevId: 212539233
* | | | Regenerate input for every inference.Gravatar Yunlu Li2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212535619
* | | | Add an experimental API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212535448
* | | | Edit comment for Circulant.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212534671
* | | | Adds back 'causal' support to Keras Conv1D and SeparableConv1DGravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212533869
* | | | Move Quantile Stream Resource to core.Gravatar Zhenyu Tan2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow each Resource to manage multiple streams that share the same quantile config -- number of quantiles and epsilon. Previously each resource manage only one stream, so we will have to create resources equal to the number of features, which is cumbersome when input is high dimensional. If 1000 features use 100 quantiles (which is hardcoded today), then 1000 resources is required. This cl will create the number of resources linear to the number of parameter servers, if 2 parameter servers are present, then only 2 resources is required, one for each ps. Remove time stamp token as the ops are called once. PiperOrigin-RevId: 212533735
* | | | Add a printout at the start of MetaOptimizer::Optimize() to make it easier ↵Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | to see the total cost of running Grappler in logs. Also add a couple of VLOG(1) statements to see breakdown between main graph and function optimization. PiperOrigin-RevId: 212531430
* | | | Add support for populating a feature columns to output tensors dictionary in ↵Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | input_layer. PiperOrigin-RevId: 212528172
* | | | Fix typos in the comment for the class Categorical.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212524769
* | | | Fixing broadcast pow.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212521825
* | | | Construct placer after the first optimization pass is run.Gravatar Akshay Modi2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212518982
* | | | Update defun to support extra params as function attributes.Gravatar Scott Zhu2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212517784
* | | | Adds generator support directly to Keras's fit, evaluate, and predict.Gravatar A. Unique TensorFlower2018-09-11
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212516939
* | | | Use Eigen::CuboidConvolutionBackwardInput in Conv3DBackpropInput.Gravatar Eugene Zhulenev2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of multiple primitive Eigen ops in Conv3DBackpropInput, call directly into the ex-NeuralNetworks module's function CuboidConvolutionBackwardInput. Modest ~10% latency improvement and ~15-20% peak memory reduction. PiperOrigin-RevId: 212516586