hash
stringlengths
40
40
msg
stringlengths
1
131k
author
stringlengths
1
33
email
stringlengths
0
57
date
int64
1,447B
1,698B
0db986d25335a767855e92fc5748038f6fb585c4
Unspecified message.
A. Unique TensorFlower
nobody@tensorflow.org
1,453,373,463,000
82aa3d0d2122563cd8204d7705fa0dd97967712a
Unspecified message.
A. Unique TensorFlower
nobody@tensorflow.org
1,453,391,007,000
f83aa8f68abc71fbbea42ad826bdf175e4354d78
Unspecified message.
A. Unique TensorFlower
nobody@tensorflow.org
1,453,392,407,000
f903a69170bf0dc115eb5b1309926e593a434423
Unspecified message.
A. Unique TensorFlower
nobody@tensorflow.org
1,453,392,605,000
014ef47a22fa9aea972854c5f99232d46e55c3a5
Unspecified message.
A. Unique TensorFlower
nobody@tensorflow.org
1,453,393,677,000
f94e6283a55787f3e84c97559a0a5968bcf57662
Merge commit for internal changes
Manjunath Kudlur
keveman@gmail.com
1,453,393,740,000
2ebb2995b34453a48fb5bf3ec3a92a4464abed3c
upgrade bazel in docker containers
Jan Prach
jendap@google.com
1,453,399,805,000
eb371e3b614c39e1638ff3b2115a26f0c16f10e2
Merge pull request #831 from jendap/ci_build-upgrade-bazel. Closes #831
Vijay Vasudevan
vrv@google.com
1,453,400,270,000
41671d980d1c0e517e588d217d0d7d63b430d03b
upgrade bazel in docker containers to 0.1.4
Jan Prach
jendap@google.com
1,453,400,149,000
48dda2510c86aedee8b1c0725659507dfa26e8d7
Merge pull request #832 from jendap/bazel-0.1.4-for-docker-containers. Closes #832
Vijay Vasudevan
vrv@google.com
1,453,402,100,000
27072de25c8e07c0b1aa823f223163821104d24d
Changed non-public ops to public ones in tutorials
Cesar Salgado
cesarsvs@gmail.com
1,453,386,446,000
b11337ea5719a8799f279a41c2cd5c9e75a8acf7
Merge pull request #828 from cesarsalgado/remove_non_public_ops_tutorial.
Vijay Vasudevan
vrv@google.com
1,453,404,976,000
3bc9b47a1a0e840474e0c6ccfd9060c317b1cb91
Off-by-one-error in shapes table doc A rank n tensor's shapes should be [D0, D1, ..., Dn-1]
Naveen Sundar G
naveensundarg@gmail.com
1,453,161,669,000
039981f5a382ce9dc1e97dc3bd25aeba7fd82ade
Merge pull request #805 from naveensundarg/patch-1.
Martin Wicke
wicke@google.com
1,453,420,646,000
d38de202864f6a6729d1eec96a5d5e32f4cdefb2
Add --spawn_strategy=standalone to bazelrc Add the option to bazelrc.template, as well as for tests in the bazel.rc used for CI builds. Remove spawn_strategy arg from installation docs.
Martin Wicke
wicke@google.com
1,453,424,005,000
ace2b0ac5df4f802f2d2173ee6315f7995dc623e
Merge pull request #835 from tensorflow/bazel-standalone.
Martin Wicke
wicke@google.com
1,453,424,109,000
5a7e26dddf0d18dad9c391787f3a9332fabf6c68
Fix and re-enable tests for matrix_triangular_solve op. Change: 112688071
A. Unique TensorFlower
nobody@tensorflow.org
1,453,393,880,000
ce6fe251c1ac7d20ffd860e6ae5cfe5418689203
Drop unused gemmlowp dependency. Change: 112699191
Josh Levenberg
josh11b@tensorflow.org
1,453,401,095,000
990121cf1b727896e6d69e9fb15d980273284bf6
Fix a test for Python 3 Change: 112703190
Geoffrey Irving
geoffreyi@google.com
1,453,403,181,000
c4926d8b7853d19915f5d8176a1a30cca9955285
Need to check if the op is in a loop context. Change: 112709520
A. Unique TensorFlower
nobody@tensorflow.org
1,453,406,655,000
5d311389c411f32f6fd739492adb76434e490732
Export ToGraphDef() from function.cc The standard Graph::ToGraphDef function does not correctly handle the graphs produced by TensorFlow function expansion, e.g. inlining often produces duplicate node names. This CL also adds a parameter which can be used to produce more legible node names which help when viewing the GraphDef in the TensorFlow graph visualizer. Change: 112719928
A. Unique TensorFlower
nobody@tensorflow.org
1,453,412,982,000
b481783fe0e00a86f6feb20a8dcad5fc4fc936a4
Move #include <vector> out of port.h to users of std::vector<>. After this we can replace port.h with types.h. Change: 112727463
Josh Levenberg
josh11b@tensorflow.org
1,453,417,158,000
6542307303f8b84b13fa20d49633330d22ae164f
Adding histogram_ops module containing one Op: histogram_fixed_width, which updates a histogram Variable with new_values. Change: 112728652
A. Unique TensorFlower
nobody@tensorflow.org
1,453,417,817,000
a6ea9833865b5b1e7fa547df16228bd579c76015
Add TODO to fix the situation where core_cpu_internal includes all .h from common_runtime/gpu/. Change: 112732380
Josh Levenberg
josh11b@tensorflow.org
1,453,420,018,000
e14090d217fc4e7e49ac04ccbc50acdba8b9f120
Add TensorArray data_flow_ops wrapper and TensorArray gradients. These are undocumented features and the API can and will change. Change: 112733605
Eugene Brevdo
ebrevdo@gmail.com
1,453,420,825,000
bd10b51f2b965ded9d5b248e267ad66bc654a951
+ weights and bias for rnn
terrytangyuan
terrytangyuan@gmail.com
1,453,430,290,000
4bb95ab860b4dd41b4ea5ead8c4c9f6b10dc8f90
Merge branch 'datafeeder_sampling' of https://github.com/makseq/skflow into makseq-datafeeder_sampling
Illia Polosukhin
ilblackdragon@gmail.com
1,453,440,448,000
169e8271ec14709c2a159d1553741c1e5726045b
Merge branch 'makseq-datafeeder_sampling'
Illia Polosukhin
ilblackdragon@gmail.com
1,453,440,528,000
22ebf0a94fd42af2d78b7964e836c92673ddfa31
Make cuda_dnn work with R4. Change: 112755081
Xiaoqiang Zheng
zhengxq@google.com
1,453,441,557,000
d552be23658b3bdd1b7dedd34f25631773e81dff
Change uses of TensorShape::ShortDebugString to DebugString The two functions already have the same behavior, and ShortDebugString will disappear soon. Change: 112793490
Geoffrey Irving
geoffreyi@google.com
1,453,485,302,000
5a5c227aa387d54290620d14c6fcb8da3e3c4038
Rollback of "Adding histogram_ops module containing one Op: histogram_fixed_width, which updates a histogram Variable with new_values." Change: 112800368
Vijay Vasudevan
vrv@google.com
1,453,489,209,000
02fb15776e01216a9be83a6868d4caa5a146a5c7
Merge commit for internal changes
Vijay Vasudevan
vrv@google.com
1,453,489,301,000
173760bbd884b8fc40dded9213fcd3e95f1b0cad
Fixes a bug in Queue cancellation. If multiple steps are blocked on the same queue, there is a high chance that their cancellation tokens will collide, since these are dense and start at 0. This can lead to the wrong step being cancelled. This change additionally uses the `CancellationManager*` to uniquely identify an attempt for the purposes of cancellation. Change: 112801810
Derek Murray
mrry@google.com
1,453,490,049,000
41a8c8eff4c3d974d7cdc366ce4748b9038da5d2
Add symbolic gradient function for Softmax. Change: 112808739
A. Unique TensorFlower
nobody@tensorflow.org
1,453,494,502,000
7aac20b66ea0c0dc88f1ccbafea2d1fb7038e761
Added a script for rough estimation of the computation cost and parameter size of a CNN. Change: 112809773
Pete Warden
pete@petewarden.com
1,453,495,244,000
fde1dc4a489471bb9064f7a0013b9c89f46febf8
Improved the performance of tensor contractions and spatial convolutions on CPU: * Move some checks out of inner loops * Split the mapper in 2: a base mapper, and a sub-mapper. This reduces the number of variables that are contained in the base mapper and helps reduce register spills Change: 112809881
Benoit Steiner
benoit.steiner.goog@gmail.com
1,453,495,335,000
4ba51b33357d68f882a920fb4f87bfe67bb034a0
Disentangle the GPU code from the CPU code. This means a few things: * The "core_cpu_internal" build target no longer includes files from the common_runtime/gpu/ directory. * tensorflow/core internal targets instead can get access to those headers via the "gpu_runtime" target. * The class "CopyTensor" is introduced. It lives in common_runtime/ but supports registration of copy functions so the "gpu_runtime" target can add a GPU->GPU copy ability if it is linked in. This registration should make it easier to add more device types in the future. * The "core_cpu" and "core_cpu_internal" build targets no longer reference GPUUtil::CopyViaDMA; rendezvous_mgr uses CopyTensor instead. Also the "copy_tensor" build target was not needed. Change: 112821119
Josh Levenberg
josh11b@tensorflow.org
1,453,502,734,000
26d9efa1f0cc87f2ff86eebcec280eec2ab7d511
Implement a promise-based RequestManager class, will be the workhorse of a new TensorFlow backend. Change: 112826468
A. Unique TensorFlower
nobody@tensorflow.org
1,453,506,336,000
ebe109b76d3a8fbdfadee8fa1e6e642563c88034
Pin constant holding data to CPU. This makes GPU version 50-100x faster per step. Fixes #837 Change: 112829709
Yaroslav Bulatov
yaroslavvb@google.com
1,453,508,494,000
7a68818ff52a8c8331c57aefd16afe6c1c1ed936
Fixes for OSS build. Change: 112830289
Vijay Vasudevan
vrv@google.com
1,453,508,916,000
ff57d126486e35553ae9c456373e9ad3adcb8142
Use an iterator to walk down the set of free chunks, so that deleting one from the set when we find one we want is cheaper. Slight performance improvement (~0.3% on ptb_word_lm model on my desktop). Change: 112832451
A. Unique TensorFlower
nobody@tensorflow.org
1,453,510,527,000
2e7ea3d21be1284ae6470e2815b2664ef22bb884
Merge commit for internal changes
Vijay Vasudevan
vrv@google.com
1,453,511,353,000
cb4ecfd2e8a586a4b6eae164ee7ded73f45e27d5
Improved the performance of spatial convolutions on CPU: * Move some checks out of inner loops * Split the mapper in 2: a base mapper, and a sub-mapper. This reduces the number of variables that are contained in the base mapper and helps reduce register spills
Benoit Steiner
benoit.steiner.goog@gmail.com
1,453,515,091,000
2c1ab21a6ff9d267d6d93db149720bd1e2ad13c9
Merge pull request #846 from benoitsteiner/master.
Vijay Vasudevan
vrv@google.com
1,453,516,016,000
19b360611066711f8c4d55efae3259d8614b1e0a
Ensure the code compiles when AVX2 instructions are enabled.
Benoit Steiner
benoit.steiner.goog@gmail.com
1,453,517,180,000
4e10c31722738f2fb59660119f278bc7c96383f4
Merge pull request #847 from benoitsteiner/master.
Vijay Vasudevan
vrv@google.com
1,453,574,719,000
9be2e87320c1f8a24a69cdc05d8f24fc94f1f2f9
Update framework.md typo
RainerWasserfuhr
rainerwasserfuhr+GitHub@gmail.com
1,453,505,549,000
541231c90fc78a88ed6e5dc923a2909b5b495c46
Merge pull request #844 from wasserfuhr/patch-1.
Vijay Vasudevan
vrv@google.com
1,453,574,815,000
3410f396e387147659cd98286e78197fae8f3c35
Update ops.py typo. see PR844
RainerWasserfuhr
rainerwasserfuhr+GitHub@gmail.com
1,453,538,262,000
53ea21abc7193cfe792659931dee0ad120de6549
Merge pull request #849 from wasserfuhr/patch-2.
Vijay Vasudevan
vrv@google.com
1,453,574,859,000
ad1d4ea6bda354ff213954014d02e6c5c03a64e6
fix typos in docstrings
Eren Güven
erenguven0@gmail.com
1,453,569,093,000
1e79702d1befdb99158e49d99953574e71dfc367
Merge pull request #854 from eguven/patch-1.
Vijay Vasudevan
vrv@google.com
1,453,574,998,000
9f3af7110236bd66288dba84af4a584afb578445
Avoids an extra copy of the graph def.
Zhifeng Chen
zhifengc@google.com
1,453,583,655,000
0ad7ac45483b00fb8a68cbb5c946acdaa1b18161
Merge pull request #855 from zffchen78/master.
Vijay Vasudevan
vrv@google.com
1,453,585,659,000
d1a98a3e4b7d8bd2159a1d0b45188d568690dc9b
More stable license badge
Yuan (Terry) Tang
terrytangyuan@users.noreply.github.com
1,453,586,375,000
9e6e580a1786a427ef6571963ce414793e7bbc17
+ Bidirectional rnn option
terrytangyuan
terrytangyuan@gmail.com
1,453,592,986,000
22471152746eac6ba6a8246544948d37be8a49a6
Merge branch 'master' of https://github.com/tensorflow/skflow
terrytangyuan
terrytangyuan@gmail.com
1,453,593,001,000
da3bcb6750e37ce697bd22438bb155d55af25d39
* Better early stopping params for test
terrytangyuan
terrytangyuan@gmail.com
1,453,593,832,000
dcaf034deeb74b3108b42db34b8d5179c671cdd3
* temporarily comment out assertion due to Travis random failure
terrytangyuan
terrytangyuan@gmail.com
1,453,601,649,000
42154f858198fadb3d660e7d9f300b7eb665b583
Fix Undefined Error on Exception
Niklas Riekenbrauck
nikriek@users.noreply.github.com
1,453,542,738,000
616d1920d086f5b62d794c18708255ddf5c3c7b8
Merge pull request #850 from nikriek/master.
Vijay Vasudevan
vrv@google.com
1,453,615,111,000
2de89b6f54c0bde8d6134211d5fc84acce053a35
Fix small missing [by] I think there is the word `by` missing: > Replace the strides [by] a max pooling operation [...]
Julian Viereck
julian.viereck@gmail.com
1,453,656,451,000
ecb8930ffa57086eea29cd77a372c0c9bc4676ac
Merge pull request #864 from jviereck/patch-1.
Vijay Vasudevan
vrv@google.com
1,453,660,573,000
5245952da4c493d1960bb3ddf4c8aa3207b24fb5
.DS_Store in OSX is not an image file and gives error. So skip over this file
Krishna Sankar
xsankar@users.noreply.github.com
1,453,617,641,000
7dfe9ae73e903c0ec35f39311f349b73a2239ea8
Merge pull request #860 from xsankar/patch-2.
Vijay Vasudevan
vrv@google.com
1,453,668,343,000
95284fe10799f2debe002fb78ee54efa7e882989
SessionOptions is defined ad struct, it should be declared the same.
Zero Chen
chengang31@gmail.com
1,453,648,287,000
d9bb72e7629f1a523713bc68bcfc79b58865ef2d
itoa is defined in <numeric>. Reference: http://en.cppreference.com/w/cpp/algorithm/iota
Zero Chen
chengang31@gmail.com
1,453,649,587,000
780a5343bef272a9b4c0aa81fefc65729bfa1cd1
Merge pull request #863 from cg31/master.
Vijay Vasudevan
vrv@google.com
1,453,668,386,000
be1f68e254d38a7545145731ded5873cb914e509
Revert ".DS_Store in OSX is not an image file and gives error. So skip over this file" This reverts commit 5245952da4c493d1960bb3ddf4c8aa3207b24fb5.
Vijay Vasudevan
vrv@google.com
1,453,670,693,000
9269abd6f8c332e9401c091717ff0a2badab9d9f
Delete duplicate #include. Change: 112846648
Josh Levenberg
josh11b@tensorflow.org
1,453,532,662,000
2fc8a469501d140cecf6440d8a3bb6a17a1d7ecc
make cc ops public Change: 112846663
Josh Levenberg
josh11b@tensorflow.org
1,453,532,684,000
5e3406193fad95b6997670cf90c2feda105b83d6
Make shape inference more scalar strict We still haven't advanced to the scalar strict GraphDef version, but this change will prevent some (not all) new Python scripts from violating scalar strictness. That is, it will significantly reduce the amount of bit rot between now and when I finally get full scalar strictness submitted. Change: 112866199
Geoffrey Irving
geoffreyi@google.com
1,453,581,959,000
9afa1973f5d9d83ee5777b0a83bad309fd6e23a9
Unbreak license test Change: 112903292
Geoffrey Irving
geoffreyi@google.com
1,453,671,813,000
62e7dec65a90d736d864f2a663f91bbd4a73b2d0
Improve error message when asking to fetch the output of a node with no outputs. Fixes #856 Change: 112903800
Josh Levenberg
josh11b@tensorflow.org
1,453,673,135,000
ff8522de343a90813fc4e5cbb249e308c1819f1d
Eliminate per-op allocation of gpu device wrapper. The PerOpGpuDevice is allocated once in the OpKernelContext::Params struct, then re-used every time a new OpKernelContext uses the Params. Thus in the executor, as long as there is more work to do the PerOpGpuDevice is not freed. Change: 112909215
A. Unique TensorFlower
nobody@tensorflow.org
1,453,684,583,000
3f9101e95e3d1359cb81863657b51c5909f89baa
More function related. Change: 112912683
A. Unique TensorFlower
nobody@tensorflow.org
1,453,691,624,000
94041ff8d3aeada142dc4471f38a05e5e2bd853a
Marked the wrong op as stateful. Change: 112915818
A. Unique TensorFlower
nobody@tensorflow.org
1,453,697,344,000
9b8fe3cec9b6ec2e872b068ccd230733106e19fe
Adds function_test.cc for testing functions. Change: 112917269
A. Unique TensorFlower
nobody@tensorflow.org
1,453,699,736,000
87af568b0b3e920d91cdb2114fd3f40d8b9504a9
Increases rtol for a few assertAllClose so that OSS build can pass. Change: 112917524
A. Unique TensorFlower
nobody@tensorflow.org
1,453,700,200,000
a45c991a6acba6a8e11e0efe20d936d1f56b32ea
Merge commit for internal changes
Vijay Vasudevan
vrv@google.com
1,453,700,383,000
9b70316263eb74476ab96b7c0f300c4d90223425
Running our linter on a lot of files. Change: 112920860
Vijay Vasudevan
vrv@google.com
1,453,705,522,000
a27d844e05447e65aa279ae5269a2d75590f46f6
Merge commit for internal changes
Vijay Vasudevan
vrv@google.com
1,453,705,711,000
5643775f26cb3df06be2b0415ab703b9bf68e751
Remove TensorShape::ShortDebugString in favor of TensorShape::DebugString The two functions already have the same behavior. Change: 112959229
Geoffrey Irving
geoffreyi@google.com
1,453,743,793,000
5c13ef6db13d28ca48a70fa2d68cc928d5cb1b41
Replace make_tensor_shape_proto with TensorShape.as_proto Also remove the deprecated TensorShape.as_dimension_list function, and remove the to_proto argument to as_list. Both features were used only to make protos, and that is better done directly with the as_proto method to avoid leaking abstractions. This brings us one step closer to hiding tf.tensor_util. Change: 112960305
Geoffrey Irving
geoffreyi@google.com
1,453,744,482,000
955239a1634fb23f9ca86b932c8e3c988370c022
Create py and cc targets for tensorflow/python:public_protos Change: 112962727
A. Unique TensorFlower
nobody@tensorflow.org
1,453,745,823,000
b168b1abafa1c80243b5b7bb02c83832a70f5a0c
Fix bug in fully_connected layer. Previously, if activation_fn was set to its default (None) and create_summaries was false, fully_connected would incorrectly give an error. I have fixed this as well as changing the default to tf.identity. Change: 112963042
A. Unique TensorFlower
nobody@tensorflow.org
1,453,746,016,000
e0a4afbd33387c8a3750a4df72f79b4af5db3880
Switch notebooks to v4 format. Should be a no-op functionally. Change: 112965179
Vincent Vanhoucke
vanhoucke@google.com
1,453,747,385,000
9dc8ee4fa3ded4782aa325c03a1fa549d4ab00d5
Merge commit for internal changes
Vijay Vasudevan
vrv@google.com
1,453,747,908,000
ed6d3d00bda07d946449d288095e51a9ee3a8d64
Recover NumPy License Header in `numpy.i`. The original `numpy.i` file has own NumPy License Header. The copyright header should be retained.
Dongjoon Hyun
dongjoon@apache.org
1,453,703,806,000
f8190fd2a8904b17ed0827d03033802ee5ba5556
Merge pull request #874 from dongjoon-hyun/recover_numpy_license.
Manjunath Kudlur
keveman@gmail.com
1,453,751,959,000
1c1825253900acd5aeb76f2ed18fa55d0dee3600
Remove camel case ConstantValue alias from tensor_util ConstantValue is now constant_value. Change: 112966774
Geoffrey Irving
geoffreyi@google.com
1,453,748,451,000
2ab8e07fb717c0d1a6dd20b41d0e84986e961335
Make EqualGraphDef ignore versions and expose to Python The intention is for EqualGraphDef to be the only way downstream tests compare GraphDefs in golden file tests. Change: 112967255
Geoffrey Irving
geoffreyi@google.com
1,453,748,770,000
7744043040e6b2689bd5ddedd4702acf6b2c4822
Add basic benchmarking to inference call in Tensorflow Android demo. Change: 112968173
A. Unique TensorFlower
nobody@tensorflow.org
1,453,749,308,000
668b2a7667921db344b9725f7909ead0eb1f7c6b
Adds UINT16 type to TensorFlow. Change: 112970147
A. Unique TensorFlower
nobody@tensorflow.org
1,453,750,086,000
71184628900752e0602c93332918061c7c337f7a
Added constant folding optimization pass. - Graph* -> Graph* pass - Creates a local executor and executes a copy of the constant "slice" of the original graph, and replaces nodes in original graph with constant nodes. Change: 112971745
Manjunath Kudlur
keveman@gmail.com
1,453,750,756,000
8421f177ced940374e06a9daf9b4ee638e207f10
Fix url in training.py Change: 112980390
Vijay Vasudevan
vrv@google.com
1,453,756,684,000
46e5c79ed0f5c985266b865a40892d18a7ae859e
Fix building of user_ops on OSX - Select linkopts based on a config_setting so we don't pass invalid options to the crosstool on Mac. Change: 112984497
Manjunath Kudlur
keveman@gmail.com
1,453,759,336,000
eb8b6b0169086269033511c11b0f887299172741
Fix OSS BUILD Change: 112984578
Vijay Vasudevan
vrv@google.com
1,453,759,392,000
22ac2b00fcb51e36ceaadf75e0b1f488e28ac9fc
Move new build rule around to avoid merge conflict. Change: 112985792
Vijay Vasudevan
vrv@google.com
1,453,760,197,000
41e363eda80d31c1ce67f5f646a11c185eba9635
Merge commit for internal changes
Vijay Vasudevan
vrv@google.com
1,453,760,508,000