Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging changes from internal. #1971

Merged
merged 53 commits into from Apr 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
81e345d
Fix the inferred shape of SparseTensor after a tf.train.batch dequeue.
Apr 13, 2016
227e7db
Fixing more silent 64->32 conversions with explicit warnings (and/or
Apr 13, 2016
3ed2517
Minimal open source CUPTI GPU Tracer.
Apr 13, 2016
de0618b
Upgraded to the latest version of Eigen that provides significant per…
benoitsteiner Apr 13, 2016
c9eb57f
Fix deserialization of SparseTensors of unknown rank.
Apr 13, 2016
871ee01
Remove RNNCell's input_size property.
ebrevdo Apr 13, 2016
0afe5b3
Removed unnecessary link options when build shared libraries for cust…
keveman Apr 13, 2016
021f885
edits to rnn_cell.py to support time-frequency lstms for tensor flow
Apr 13, 2016
53b9ba7
Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::half
Apr 13, 2016
891356b
Optimize SparseTensorDenseMatMul for the adjoint_b == True case.
concretevitamin Apr 13, 2016
278c58d
Remove some unnecessary files in the tree.
Apr 14, 2016
f6ebed4
Adds a simple fast-path to tf.accumulate_n for length 1 arguments.
Apr 14, 2016
1fe24cc
Add padding between columns on the image-dashboard.
teamdandelion Apr 14, 2016
b874e2c
Enable Prod to work on int32 types. Fixes #1919.
yaroslavvb Apr 14, 2016
c25a3fa
Removing lazy loading of sdca_ops.so since it is no longer necessary.
Apr 14, 2016
2c6a61f
Minor: move CPU-only sparse_add_op_test out of a tf_cuda_cc_tests group.
concretevitamin Apr 14, 2016
f497498
Added support for trigonometric and transcendental functions of half …
benoitsteiner Apr 14, 2016
8aaed92
Adds op for copying a diagonal band of a matrix or batch of matrices.…
Apr 14, 2016
29aeb9b
Update ops-related pbtxt files.
Apr 14, 2016
a986313
Update generated Python Op docs.
Apr 14, 2016
ce9bddf
Fix ASAN breakage due to delete/delete[] confusiong in PRun SWIG wrap…
mrry Apr 14, 2016
5d2075f
Fix tf.train.start_queue_runners to use the passed session's graph, n…
Apr 14, 2016
f34cf72
Add explicit colocation between ref producer and ref consumer in Pyth…
mrry Apr 14, 2016
0d088fb
Update generated Python Op docs.
Apr 14, 2016
a58e5ca
Extend singleton case in _AggregatedGrads to IndexedSlices
girving Apr 14, 2016
bbce152
Add context manager to supervisor to catch errors properly and close …
Apr 14, 2016
586528c
Update generated Python Op docs.
Apr 14, 2016
0328c1a
No change.
teamdandelion Apr 14, 2016
838d0aa
Pass through the validate_shape option.
Apr 14, 2016
f6331d6
Update generated Python Op docs.
Apr 14, 2016
d66219f
Add a reload button in TensorBoard.
teamdandelion Apr 14, 2016
c721550
Add ops/check_ops.py, which contains common asserts and is_* (a boole…
Apr 14, 2016
e735c79
Update generated Python Op docs.
Apr 14, 2016
fd535e0
Add shape and order asserts in SparseTensor constructor.
Apr 14, 2016
48b6f54
Expand the timeline API to support returning maximum memory usage info.
ebrevdo Apr 14, 2016
4f744c2
Upgraded to the latest version of Eigen that adds support for computi…
benoitsteiner Apr 15, 2016
8ca75a9
Allow default_name being None when name_or_scope is provided.
Apr 15, 2016
104fe28
Update generated Python Op docs.
Apr 15, 2016
df15baa
Add tools/proto_text for generating ProtoDebugString,
Apr 15, 2016
31fd486
fp16-enable all the componentwise ops.
Apr 15, 2016
8d8baf7
Update ops-related pbtxt files.
Apr 15, 2016
7c877f1
Update generated Python Op docs.
Apr 15, 2016
143d19d
Fix info card edge list not updating in certain case.
jameswex Apr 15, 2016
ddb59d7
Fixed bug in `tf.train.ClusterSpec` constructor.
mrry Apr 15, 2016
5ac5da3
Implements gradients for {batch_}matrix_triangular_solve, as well as …
Apr 15, 2016
af91b35
Renamed parameters in GPU ApplyGradientDescent for parity with the CP…
Apr 15, 2016
5e0b796
Make it possible to add attributes to a graph Node. This will enable
Apr 15, 2016
0784fda
Fixed compilation warnings
benoitsteiner Apr 15, 2016
493eb98
Fixing markdown in docstring.
Apr 15, 2016
1881244
Give more flexibility for summary writers in Supervisor:
Apr 15, 2016
db81c2b
Update generated Python Op docs.
Apr 15, 2016
fc3c099
Fix bug in `tf.zeros()` when specifying a scalar shape as an empty tu…
mrry Apr 15, 2016
ef7f54f
Merge commit for internal changes
zffchen78 Apr 15, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion eigen.BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])

archive_dir = "eigen-eigen-3f653ace7d28"
archive_dir = "eigen-eigen-4c94692de3e5"

cc_library(
name = "eigen",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/BUILD
Expand Up @@ -122,6 +122,7 @@ filegroup(
"//tensorflow/tools/docker:all_files",
"//tensorflow/tools/docker/notebooks:all_files",
"//tensorflow/tools/docs:all_files",
"//tensorflow/tools/proto_text:all_files",
"//tensorflow/tools/test:all_files",
"//tensorflow/user_ops:all_files",
],
Expand Down
8 changes: 8 additions & 0 deletions tensorflow/contrib/BUILD
Expand Up @@ -38,6 +38,14 @@ cc_library(
],
)

cc_library(
name = "contrib_ops_op_lib",
visibility = ["//visibility:public"],
deps = [
"//tensorflow/contrib/linear_optimizer:sdca_ops_op_lib",
],
)

filegroup(
name = "all_files",
srcs = glob(
Expand Down
4 changes: 2 additions & 2 deletions tensorflow/contrib/cmake/external/eigen.cmake
Expand Up @@ -7,7 +7,7 @@

include (ExternalProject)

set(eigen_archive_hash "3f653ace7d28")
set(eigen_archive_hash "4c94692de3e5")

set(eigen_INCLUDE_DIRS
${CMAKE_CURRENT_BINARY_DIR}
Expand All @@ -16,7 +16,7 @@ set(eigen_INCLUDE_DIRS
${tensorflow_source_dir}/third_party/eigen3
)
set(eigen_URL https://bitbucket.org/eigen/eigen/get/${eigen_archive_hash}.tar.gz)
set(eigen_HASH SHA256=b49502f423deda55cea33bc503f84409cca92157f3b536d17113b81138f86715)
set(eigen_HASH SHA256=381d8bf942e08d3746fe3fc41de977a1ef0b662e7a1df288652a34e2680adc61)
set(eigen_BUILD ${CMAKE_CURRENT_BINARY_DIR}/eigen/src/eigen)
set(eigen_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/eigen/install)

Expand Down