aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Apply correct filter tags to two testsGravatar Shanqing Cai2017-06-13
| | | | | session_clusterspec_prop_test session_list_devices_test
* Merge pull request #10606 from yifeif/masterGravatar Yifei Feng2017-06-12
|\ | | | | Skip configure bazel version check on empty version string.
* | Add link that helps explain feed_dict parameter (#10637)Gravatar Daniel Cardenas2017-06-12
| | | | | | | | | | | | | | | | * Add link that helps explain feed_dict parameter The current tutorial mentions using feed_dict parameter, but there is not further mention. The example code does not explain where feed_dict is used. By linking to the run documentation, the reader can see it is the second parameter to the run command. * Create get_started.md
* | Merge pull request #10639 from Androbin/patch-10Gravatar Shanqing Cai2017-06-11
|\ \ | | | | | | Use correct sort of dtype
| * | Use correct sort of dtypeGravatar Androbin2017-06-12
|/ / | | | | This completes #10623
* | Merge pull request #10635 from Moriadry/masterGravatar Shanqing Cai2017-06-11
|\ \ | | | | | | fix typos
* \ \ Merge pull request #10623 from magixsno/patch-1Gravatar Shanqing Cai2017-06-11
|\ \ \ | | | | | | | | Change np.array to tf.constant
* \ \ \ Merge pull request #10627 from taehoonlee/fix_typos_5Gravatar Shanqing Cai2017-06-11
|\ \ \ \ | | | | | | | | | | Fix typos
| | | * | fix typosGravatar preciousdp112017-06-12
| | | | |
* | | | | Merge pull request #10630 from Moriadry/masterGravatar Shanqing Cai2017-06-11
|\ \ \ \ \ | | |_|/ / | |/| | | fix javadoc issues
| * | | | fix javadoc issuesGravatar preciousdp112017-06-11
|/ / / /
| * / / Fix typosGravatar Taehoon Lee2017-06-11
|/ / /
| * / Change np.array to tf.constant since np.array.Gravatar magixsno2017-06-10
|/ / | | | | np.array fails with no 'module' get_shape().
| * Skip configure bazel version check on empty version string.Gravatar Yifei Feng2017-06-09
|/
* [OpenCL] Cleans control_flow_ops.cc file (#10316)Gravatar Luke Iwanski2017-06-09
| | | | | | | | * [OpenCL] Cleans control_flow_ops.cc file * Acts on feedback from: https://github.com/tensorflow/tensorflow/pull/10316#issuecomment-306690323 * [OpenCL] Registers RefExit
* fixed minor formatting issues (#10534)Gravatar Spotlight0xff2017-06-09
| | | | | | fixes some minor issues: * headings displayed correctly * timeline visualization is now shown correctly
* Implemented sinh and cosh (#10427)Gravatar Lakshay Garg2017-06-08
| | | | | | | | | | * Implemented sinh and cosh #7531 * Removed Eigen::half from cosh and sinh definitions Refer to Issue #7531 and Pull Request #7628 * Fixed the gradient for sinh in math_grad_test.cc
* [OpenCL] Cleans Shape Op (#10313)Gravatar Luke Iwanski2017-06-08
| | | | | | | | * [OpenCL] Cleans Shape Op * Acts on feedback from: https://github.com/tensorflow/tensorflow/pull/10313#issuecomment-306689486 * Acts on the feedback from: https://github.com/tensorflow/tensorflow/pull/10313/files#r120751468
* [OpenCL] Cleans pack and unpack ops (#10336)Gravatar Luke Iwanski2017-06-08
| | | | | | * [OpenCL] Cleans pack op * [OpenCL] Cleans unpack op
* Fix typos (#10533)Gravatar Taehoon Lee2017-06-08
|
* Merge pull request #10570 from jhseu/branch_158391996Gravatar Jonathan Hseu2017-06-08
|\ | | | | Branch 158391996
| * Fix fft_ops_test.py for CPUGravatar Jonathan Hseu2017-06-08
| |
* | Merge pull request #10563 from ksellesk/Fix-AttributeErrorGravatar Shanqing Cai2017-06-08
|\ \ | | | | | | Fix AttributeError in resnet.py
| | * Merge commit for internal changesGravatar Jonathan Hseu2017-06-08
| |/| |/| |
* | | Add a tip for tf.train.LoggingTensorHook (#10237)Gravatar Jianfei Wang2017-06-08
| | | | | | | | | `INFO` logs are not printed by default unless in IPython. Add a friendly tip for newcomers.
* | | [OpenCL] Cleans reduction ops (#10340)Gravatar Luke Iwanski2017-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [OpenCL] Cleans reduction_ops_max.cc * [OpenCL] Cleans reduction_ops_mean.cc * [OpenCL] Cleans reduction_ops_min.cc * [OpenCL] Cleans reduction_ops_prod.cc * [OpenCL] Cleans reduction_ops_sum.cc
* | | Improve docs for selective registration headers (#10351)Gravatar Androbin2017-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve docs for selective registration headers progressing #10299 * Update print_selective_registration_header.py * Mention both flags -DSELECTIVE_REGISTRATION and -DSUPPORT_SELECTIVE_REGISTRATION
* | | Re-enable some python tests in Windows Bazel build (#10526)Gravatar Yun Peng2017-06-08
| | |
* | | [Bash] Declare and assign separately (#10509)Gravatar Androbin2017-06-08
| | | | | | | | | | | | As proposed by static analysis tool: https://github.com/koalaman/shellcheck/wiki/SC2155
* | | [Bash] Remove unquoting quotes (#10506)Gravatar Androbin2017-06-08
| | | | | | | | | | | | As proposed by static analysis tool: https://github.com/koalaman/shellcheck/wiki/SC2027
| * | Fix AttributeError in resnet.pyGravatar ksellesk2017-06-08
|/ / | | | | | | | | | | | | | | | | | | | | | | There is no function tf.softmax() in Tensorflow 1.x. When running the old code, Python interpreter complains: File "resnet.py", line 152, in res_net_model prediction, loss = res_net(x, y) File "resnet.py", line 148, in res_net return tf.softmax(logits), loss AttributeError: 'module' object has no attribute 'softmax'
* | Merge pull request #10497 from av8ramit/merge-rc2Gravatar Amit Patankar2017-06-08
|\ \ | | | | | | Merging rc2 back into master.
| | * Remove unneeded BUILD dependencyGravatar A. Unique TensorFlower2017-06-08
| | | | | | | | | | | | PiperOrigin-RevId: 158391996
* | | Windows: Make TensorFlow build without --cpu=x64_windows_msvc (#10466)Gravatar Yun Peng2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Windows: Make TensorFlow build without --cpu=x64_windows_msvc Since from Bazel 0.5.0, MSVC toolchain became the default toolchain on Windows. So --cpu=x64_windows_msvc is not required as long as we adjust the BUILD files in TensorFlow. --cpu=x64_windows_msvc is also supported for now, but is depracated. The configuration for cpu value x64_windows_msvc is a duplicate of x64_windows, which should be removed in the future. * Fix breakage on macOS
* | | [Bash] Simplify Conditional (#10503)Gravatar Androbin2017-06-07
| | |
* | | [Bash] Prefer read -a to split path (#10508)Gravatar Androbin2017-06-07
| | | | | | | | | | | | As proposed by static analysis tool: https://github.com/koalaman/shellcheck/wiki/SC2207
* | | [Bash] Prefer [ p ] && [ q ] over [ p -a q ] (#10507)Gravatar Androbin2017-06-07
| | | | | | | | | | | | As proposed by static analysis tool: https://github.com/koalaman/shellcheck/wiki/SC2166
* | | Delete non-deterministic testEmpty() test (#10512)Gravatar Jonathan Hseu2017-06-07
| | |
| | * Adds the base for ClusterResolvers, a new way of communicating with and ↵Gravatar Frank Chen2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | retrieving cluster information for running distributed TensorFlow. Implementations of this class would eventually allow users to simply point TensorFlow at a cluster management endpoint, and TensorFlow will automatically retrieve the host names/IPs and port numbers of TensorFlow workers from the cluster management service. PiperOrigin-RevId: 158358761
* | | Disable stage_op_test and map_stage_op_test (#10516)Gravatar Jonathan Hseu2017-06-07
| | |
* | | Check EIGEN_MAX_ALIGN_BYTES to prevent mod-by-0 (#10380)Gravatar Yan (Asta) Li2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Check EIGEN_MAX_ALIGN_BYTES to prevent mod-by-0 If EIGEN_MAX_ALIGN_BYTES is set to 0, alignment checks that mod by EIGEN_MAX_ALIGN_BYTES fail at runtime. * Returns true, as in tensorflow/core/framework/tensor.h * Update unit tests * Enable tests only if EIGEN_MAX_ALIGN_BYTES > 0
| | * [XLA] Update LLVM to upstream revision r304927.Gravatar Peter Hawkins2017-06-07
| | | | | | | | | | | | | | | | | | Add LLVM build rules for the LLVM AMDGPU backend, commented out by default. Fixes issue #10437. PiperOrigin-RevId: 158351480
* | | [XLA] Add ability to run the XLA unit tests against a different device (#9759)Gravatar David Norman2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ability to run the XLA unit tests against a different device * Allow for multiple extra backend devices * Correct merge error * Include options for additional tags
* | | Compare base_dtype instead of dtype in piecewise_constant (#10280)Gravatar Yuxin Wu2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Compare base_dtype instead of dtype in piecewise_constant Compare base_dtype instead of dtype in piecewise_constant. Fix #10086 * add unit test * Small lint fix and comment
| | * Add evaluation test for linear classifier (n==2 or n >2).Gravatar Jianwei Xie2017-06-07
| | | | | | | | | | | | PiperOrigin-RevId: 158340296
* | | Fix numpy 1.13 incompatibilities (#10501)Gravatar Jonathan Hseu2017-06-07
| | | | | | | | | | | | | | | | | | * Fix numpy 1.13 incompatibilities * Skip tests with numpy 1.13.0
* | | A few changes to kernel_tests. (#10502)Gravatar gunan2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable reader_ops_test on windows. * Run buildifier on kernel_tests/BUILD * Mark map_stage_op_test as large. * Set the size of stage_op_test to large
| | * Set a default for datasets end_of_sequence.Gravatar Brennan Saeta2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | While all datasets carefully set the end_of_sequence to true at the appropriate time, some datasets might forget to set it to false in the normal case. In order to avoid potential undefined behavior, we set the end_of_sequence variable to be false by default. PiperOrigin-RevId: 158337799
| | * Setup the env to since ops such as MatchFileOp rely on it.Gravatar Benoit Steiner2017-06-07
| | | | | | | | | | | | PiperOrigin-RevId: 158336344
| | * Fix up vz_projector script structureGravatar Justine Tunney2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | We now make sure scripts and HTML imports are declared in the correct places. In the future, pedantically listing script tags should not be necessary. PiperOrigin-RevId: 158334306