aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
Commit message (Collapse)AuthorAge
...
* Add C++ CoordinatorGravatar Yuefeng Zhou2016-11-01
| | | | Change: 137866409
* Santinize thread pool name in C++ QueueRunner.Gravatar Yuefeng Zhou2016-10-27
| | | | Change: 137481049
* Add Stop() in C++ QueueRunner.Gravatar Yuefeng Zhou2016-10-27
| | | | Change: 137447384
* Add c++ queue runner.Gravatar Yuefeng Zhou2016-10-20
| | | | Change: 136769119
* Add an internal-only C++ wrapper around function_ops.Gravatar A. Unique TensorFlower2016-10-04
| | | | Change: 135130656
* C++ Gradients: Adds gradient checker.Gravatar A. Unique TensorFlower2016-09-22
| | | | Change: 133955605
* C-API: Add TF_ColocateWith to enable colocation.Gravatar Asim Shankar2016-09-15
| | | | | | | | While at it, define named constants for strings used in the colocation attribute. After this change, all non-test code should be using the named constants and not string literals ("_class", "loc:@"). The tests might still use the literals as that makes the tests easier to read. Change: 133310403
* To prepare for removal of cuda_cc_test(s) build rule, make all build rulesGravatar Gunhan Gulsoy2016-09-09
| | | | | consistent by making all rules take srcs arg. Change: 132710890
* C++ Gradients: Adds gradient functions and tests for Pack/Unpack, and takes ↵Gravatar A. Unique TensorFlower2016-09-07
| | | | | | | | | | | care of multiple TODOS: *) Adds support and unit test for returning dependent gradient outputs. *) Adds support and unit test for stopping backprop at frontier of requested inputs. *) Adds support and unit test for returning gradients for nodes with multiple outputs. *) Moves common unit test code out into a testlib. *) Moves common gradient-specific unit test code out into a separate testlib. Change: 132434513
* Make map_util and stl_util libraries internal, fix up some dependenciesGravatar Vijay Vasudevan2016-08-23
| | | | | that moving this internal caused. Change: 131078616
* ClientSession wraps a Session object and provides Run methods that operate onGravatar Manjunath Kudlur2016-08-19
| | | | | the C++ API's Output/Operation object instead of strings. Change: 130776638
* C++ Gradients: Module to add gradients to a graph.Gravatar A. Unique TensorFlower2016-08-17
| | | | | Adds a couple unit tests (more unit tests to come, once gradient functions for more ops are added). Change: 130521199
* C++ Gradients: Port a couple of gradient functions to the new C++ graph ↵Gravatar A. Unique TensorFlower2016-08-01
| | | | | | building API. Change: 129016020
* Improvements to the C++ graph building API.Gravatar Manjunath Kudlur2016-07-15
| | | | | | TESTED: - passed opensource_build: http://ci.tensorflow.org/job/tensorflow-cl-presubmit-multijob/2780/ Change: 127585603
* Merge attention_ops (which only has one op) into image_ops.Gravatar Josh Levenberg2016-03-03
| | | | Change: 116256253
* Merge summary_ops into logging_ops (both of which were small).Gravatar Josh Levenberg2016-03-03
| | | | Change: 116199874
* Switch from newly-deprecated tensorflow/core:kernels to :all_kernels.Gravatar Josh Levenberg2016-02-05
| | | | | | This will allow me to delete the kernels rule and then create a kernels package. Change: 113950706
* make cc ops publicGravatar Josh Levenberg2016-01-24
| | | | Change: 112846663
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-21
|
* Unspecified message.Gravatar A. Unique TensorFlower2015-12-15
|
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 109321497 Move all images to images directory to make docs versioning easier - adjust all paths in the docs to point to the new locations - remove some now redundant section-order tags added for the old website Change 109317807 Added a kernel op to compute the eigendecomposition of a self-adjoint matrix. Added a new kernel op called self_adjoint_eig (and a batch_self_adjoint_eig) that computes the eigendecomposition of a self-adjoint matrix. The return value is the concatenation of the eigenvalues as a row vector, and the eigenvectors. Change 109310773 Change `_read32()` in the MNIST input example to return an int. Currently we return a 1-D numpy array with 1 element. Numpy has recently deprecated the ability to treat this as a scalar, and as a result this tutorial fails. The fix returns the 0th element of the array instead. Change 109301269 Re-arrange TensorBoard demo files. Change 109273589 add ci_build for ci.tensorflow.org Change 109260293 Speed up NodeDef -> OpKernel process by not spending time generating an error message for missing "_kernel" attr that will be thrown away. Change 109257179 TensorFlow:make event_file_loader_test hermetic by using tempfile instead of fixed filenames. Without this change, running event_file_loader_test twice in the same client (locally) causes it to fail, because it writes into the same file and appends another event, instead of starting from scratch. Change 109256464 Minor cleanup in TensorBoard server code Change 109255382 Change to reduce critical section times in gpu_event_mgr.h: (1) Call stream->ThenRecordEvent outside the EventMgr critical section (2) Do memory deallocation outside the critical section Speeds up one configuration of ptb_word_lm from 2924 words per second (wps) to 3278 wps on my desktop machine with a Titan X. Change 109254843 Fix use of uninitialized memory in test. Change 109250995 python_config.sh needs a license header Otherwise the license test fails. Change 109249914 add ci_build for ci.tensorflow.org Change 109249397 Fixes reduce_sum (complex) on GPU segfaults. Fixes #357 Change 109245652 add ci_build for ci.tensorflow.org Base CL: 109321563
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - futurize --stage2 changes for Python 3 compatibility by @girving. - Small updates to documentation by @vrv, schuster and others - Account for failure of std::thread::hardware_concurrency by @ebrevdo. - More changes for backwards-compatibility tests by Josh - Updates to python op doc generation by Josh - Added support for using the best-fit allocator via ConfigProto by @vrv. - Rename LocalSession to DirectSession, since local was a bad name for it. - Enable tf.nn.moments() to work with tensors of unknown shape by @mrry. GITHUB_ISSUE: 139 - Changes for Android build by Andrew. Base CL: 107645181
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108