aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
Commit message (Collapse)AuthorAge
...
* | [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory.Gravatar Derek Murray2018-09-28
|/ | | | | | | | NOTE: All ops and kernels previously previously defined in tensorflow/contrib/data have had their name prefixed with "Experimental" to indicate that they are not (yet) stable, and thus not subject to backwards or forwards compatibility guarantees. PiperOrigin-RevId: 214940819
* Remove AWS, GCP, Kafka and HDFS options from configure. Make them default onGravatar Gunhan Gulsoy2018-09-27
| | | | | | for supported operating systems. PiperOrigin-RevId: 214886845
* Fix visibilityGravatar Mark Daoust2018-09-27
| | | | PiperOrigin-RevId: 214878220
* Merge pull request #22521 from freedomtan:benchmark_model_doc_androidGravatar TensorFlower Gardener2018-09-27
|\ | | | | | | PiperOrigin-RevId: 214877195
* | Remove testing non-core APIs from api_compatibility_test.Gravatar Michael Case2018-09-27
| | | | | | | | | | | | | | | | Some APIs are moving out of core TF repo. These APIs will have their own API compat tests. Adding flag --only_test_core_api=true which will not check for changes to non-core APIs. PiperOrigin-RevId: 214860984
* | Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
| | | | | | | | PiperOrigin-RevId: 214853846
* | [tf.data Introducing tf.data.Dataset.reduce() which reduces elements of a ↵Gravatar Jiri Simsa2018-09-27
| | | | | | | | | | | | (finite) dataset to a single element. PiperOrigin-RevId: 214852364
* | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
| | | | | | | | PiperOrigin-RevId: 214824023
* | Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | the duration of a single RunInternal() call from RunHandlerPool. We want to leverage this abstraction for improving the cross-session inter-op parallelism for lower latency inference in the future. In the case that global pools aren't used, this change should be a no-op. PiperOrigin-RevId: 214818187
* | Internal changeGravatar Justin Lebar2018-09-27
| | | | | | | | PiperOrigin-RevId: 214803223
* | Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | based on standard ranges. PiperOrigin-RevId: 214796357
* | Merge pull request #20277 from ROCmSoftwarePlatform:upstream-stagingGravatar TensorFlower Gardener2018-09-27
|\ \ | | | | | | | | | PiperOrigin-RevId: 214793113
* | | [tf.data] Minor refactoring of tf.data tests.Gravatar Jiri Simsa2018-09-27
| | | | | | | | | | | | PiperOrigin-RevId: 214781794
* | | Reduce the size of //tensorflow/tools/pip_package:simple_console_windowsGravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | This change reduce the size of //tensorflow/tools/pip_package:simple_console_windows's zip file from 1000027677 bytes to 47690474 bytes for a CPU build. For GPU build, it will avoid going over 4GB when multiple CUDA compatibility are specified. To fix #22390 PiperOrigin-RevId: 214764423
* | | Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
| | | | | | | | | | | | PiperOrigin-RevId: 214700693
* | | Remove quantize_graph script. TF Lite quantization is the supported mobile ↵Gravatar Suharsh Sivakumar2018-09-26
| | | | | | | | | | | | | | | | | | quantization tooling. PiperOrigin-RevId: 214625933
| | * fix unbalanced delimiter in benchmark_model docGravatar Koan-Sin Tan2018-09-26
| |/ |/| | | | | | | as reported in https://github.com/tensorflow/tensorflow/issues/22499, there is unbalanced delimiter `"`
* | Update tb-nightly dep to >= 1.12.0a0, < 1.13.0a0Gravatar Nick Felt2018-09-25
| | | | | | | | | | | | Synchronize tf-nightly dep on current tb-nightly: https://pypi.org/project/tb-nightly/1.12.0a20180925/ PiperOrigin-RevId: 214521033
* | Add "encoding" attribute to string length op, which controls how "string ↵Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | | | | | | | | | | | | | length" is defined: * BYTE: The number of bytes in each string. (Default) * UTF8: The number of UTF-8 encoded Unicode code points in each string. RELNOTES: Add option to calculate string length in Unicode characters PiperOrigin-RevId: 214478470
* | Merge pull request #21509 from facaiy:ENH/feature_importances_for_boosted_treeGravatar TensorFlower Gardener2018-09-25
|\ \ | | | | | | | | | PiperOrigin-RevId: 214462540
* | | Documentation for tf.map_fn in Eager mode.Gravatar Debidatta Dwibedi2018-09-24
| | | | | | | | | | | | PiperOrigin-RevId: 214376416
* | | Internal change.Gravatar Anna R2018-09-24
| | | | | | | | | | | | PiperOrigin-RevId: 214371906
* | | Update tensorboard dependency to 1.11.xGravatar Nick Felt2018-09-24
| | | | | | | | | | | | PiperOrigin-RevId: 214371640
* | | Merge pull request #18567 from imsheridan:fix_expand_dimsGravatar TensorFlower Gardener2018-09-24
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 214278672
* | | | Deprecate do_quantize_training_on_graphdef.Gravatar Suharsh Sivakumar2018-09-24
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 214263489
* | | | Merge pull request #21715 from hsgkim:volume_patchesGravatar TensorFlower Gardener2018-09-23
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 214177065
| | * \ \ Merge branch 'master' into fix_expand_dimsGravatar Martin Wicke2018-09-22
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Include xla.compile library in tensorflow pip packageGravatar Yanan Cao2018-09-21
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214065176
* | | | | Fix "from tensorflow._api.v1 import *".Gravatar Michael Case2018-09-21
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214055060
* | | | | Merge pull request #22451 from angersson:masterGravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214034738
* | | | | | Print errors if --outfile or --outtree are not passed to the tf_upgrade_v2.pyGravatar Anna R2018-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script. PiperOrigin-RevId: 214029776
| * | | | | Workaround a Notebook bug in in c.NotebookApp.ipGravatar Austin Anderson2018-09-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/jupyter/notebook/issues/3946. I found this by checking package version differences and hunting for recent issues on Notebook's github page.
* | | | | Update scipy to 1.1.0.Gravatar A. Unique TensorFlower2018-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code uses scipy.signal.stft, which was added in 0.19. PiperOrigin-RevId: 213998546
* | | | | Internal change.Gravatar Anna R2018-09-21
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213948394
* | | | | Update links to install pages.Gravatar Billy Lamberta2018-09-20
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213917946
* | | | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213863392
* | | | | This CL adds a new `tf.print` operator that more closely aligns with the ↵Gravatar A. Unique TensorFlower2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | standard python `print` method, and deprecates the old `tf.Print` operator (to be removed in in v2.0). It follows the design doc specified in https://github.com/tensorflow/community/pull/14 and additionally incorporates the community feedback and design review decisions. This CL adds two new internal graph operators: a StringFormat operator that formats a template string with a list of input tensors to insert into the string and outputs a string scalar containing the result, and a PrintV2 operator that prints a string scalar to a specified output stream or logging level. The formatting op is exposed at `tf.strings.Format`. A new python method is exposed at `tf.print` that takes a list of inputs that may be nested structures and may contain tensors, formats them nicely using the formatting op, and returns a PrintV2 operator that prints them. In Eager mode and inside defuns this PrintV2 operator will automatically be executed, but in graph mode it will need to be either added to `sess.run`, or used as a control dependency for other operators being executed. As compared to the previous print function, the new print function: - Has an API that more closely aligns with the standard python3 print - Supports changing the print logging level/output stream - allows printing arbitrary (optionally nested) data structures as opposed to just flat lists of tensors - support printing sparse tensors - changes printed tensor format to show more meaningful summary (recursively print the first and last elements of each tensor dimension, instead of just the first few elements of the tensor irregardless of dimension). PiperOrigin-RevId: 213709924
| | | * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Yan Facai (颜发才)2018-09-20
| | | |\ \ | |_|_|/ / |/| | | | | | | | | ENH/feature_importances_for_boosted_tree
* | | | | Python interface for Boosted Trees model explainability (currently includes ↵Gravatar A. Unique TensorFlower2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directional feature contributions); fixed ExampleDebugOutputs bug where it errors with empty trees. PiperOrigin-RevId: 213658470
* | | | | First commit for functional while loop.Gravatar Saurabh Saxena2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supports single and double derivatives but does not supporting nesting yet. https://github.com/tensorflow/community/pull/13 PiperOrigin-RevId: 213565971
* | | | | Add a new function to load kernel libraries and library folders.Gravatar Gunhan Gulsoy2018-09-18
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213549838
* | | | | Merge pull request #22160 from NervanaSystems:avijit/add-cpu-backendGravatar TensorFlower Gardener2018-09-18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213546915
* \ \ \ \ \ Merge pull request #22263 from angersson:get-111-version-changesGravatar TensorFlower Gardener2018-09-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213401619
| * | | | | | Update 1.11.0-rc0 version strings to 1.11.0-rc1 (#22284)Gravatar Austin Anderson2018-09-17
| | | | | | |
* | | | | | | [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, ↵Gravatar Jiri Simsa2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drop_remainder)`, which can be used for combining elements of input dataset into "windows". A window is itself a finite dataset and, among other things, can be used for generalized batching (see https://github.com/tensorflow/community/pull/5 for details). PiperOrigin-RevId: 213360134
* | | | | | | Add api_docs_relpath option.Gravatar Mark Daoust2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate error when copying a file to itself. PiperOrigin-RevId: 213349424
* | | | | | | Merge pull request #22255 from wdirons:ppc64le_use_cuda92Gravatar TensorFlower Gardener2018-09-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213128841
* | | | | | | | Export tf.keras.sparse_categorical_accuracy. Copied from PR #21790.Gravatar Martin Wicke2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #21790, fixes #21735 PiperOrigin-RevId: 213003724
| | | * | | | | Fixed the missing license file caught by do_pip_package_licenses_check test.Gravatar avijit-nervana2018-09-14
| |_|/ / / / / |/| | | | | |
* | | | | | | Fixing error output in api_compatibility_test.py. Looks like it should be ↵Gravatar Anna R2018-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | self.maxDiff instead of self.maxDiffs: "Diff is 2708 characters long. Set self.maxDiff to None to see it." PiperOrigin-RevId: 212892831