aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
| | | | Change: 143142615
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-28
| | | | Change: 143138639
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-28
| | | | Change: 143136270
* Fix: Create a unique temporary directory everytime a test runs.Gravatar Gunhan Gulsoy2016-12-28
| | | | Change: 143135973
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-28
| | | | Change: 143135690
* Minor fix: allowing min_object_overlap to be 0.Gravatar A. Unique TensorFlower2016-12-28
| | | | Change: 143134173
* Seal tf.losses.Gravatar Patrick Nguyen2016-12-28
| | | | Change: 143132977
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28
| | | | Change: 143131671
* Remove default support for Google Cloud Platform that was introduced recently.Gravatar A. Unique TensorFlower2016-12-28
| | | | | | | Some users do not want or need this support and it significantly increases their dependencies and binary sizes. After this change, users must explicitly depend on :gcs_file_system to enable this support. Change: 143129406
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-28
| | | | Change: 143129041
* tfdbg: add auto-generated Python API doc to gen_docs_combined.pyGravatar Shanqing Cai2016-12-28
| | | | | Also make some touch-ups on the relevant doc strings. Change: 143128831
* expose contrib.nn module.Gravatar Martin Wicke2016-12-28
| | | | Change: 143121948
* Internal only changesGravatar Gunhan Gulsoy2016-12-28
| | | | Change: 143115584
* fix a typo.Gravatar A. Unique TensorFlower2016-12-28
| | | | Change: 143104273
* LinearOperatorComposition: Update concat --> concat_v2.Gravatar Ian Langmore2016-12-27
| | | | Change: 143080146
* Make TensorFlow build libcurl from scratchGravatar Justine Tunney2016-12-27
| | | | | | | Google Cloud Platform support is now available for everyone by default. Fixes #5349 Change: 143077241
* Make a traversal tool to visit everything in a given Python module/class.Gravatar Martin Wicke2016-12-27
| | | | Change: 143061298
* Android: use return code from initializeTensorFlow to catch any remaining ↵Gravatar Andrew Harp2016-12-27
| | | | | | initialization issues before inference is attempted (e.g. decodeJpeg nodes not being stripped from graph). Change: 143060930
* tfdbg CLI: add node traceback to node_info output + a bug fixGravatar Shanqing Cai2016-12-27
| | | | | | | | The bug was related to getting a string representation of feed_dict keys when the keys are str/unicode (in cli_shared.py: get_run_short_description()). Unit tests added. Another hitchhiking change: Add command mouse-click shortcut to help output on TensorFlow runtime errors (in cli_shared.py: get_error_intro()) Change: 143055926
* framework_importer_test to size mediumGravatar A. Unique TensorFlower2016-12-27
| | | | Change: 143055602
* Changed the order of null checking, otherwise the exception isn't raised (we ↵Gravatar A. Unique TensorFlower2016-12-27
| | | | | | reference a null pointer). Change: 143054450
* losses_test should test the core functions, not the contrib onesGravatar A. Unique TensorFlower2016-12-27
| | | | Change: 143054031
* Android: Add x86 testing to presubmit. Also add nightly script to test all ↵Gravatar Andrew Harp2016-12-27
| | | | | | targets and expose Android libs at http://ci.tensorflow.org/view/Nightly/job/nightly-matrix-android/lastBuild/TF_BUILD_CONTAINER_TYPE=ANDROID,TF_BUILD_IS_OPT=OPT,TF_BUILD_IS_PIP=NO_PIP,TF_BUILD_PYTHON_VERSION=PYTHON2,label=android-slave/ Change: 143046399
* Bump up size for //tensorflow/python/kernel_tests:fft_ops_test from medium toGravatar A. Unique TensorFlower2016-12-27
| | | | | large until it is fixed. Change: 143046132
* Add a log message to make SavedModelBundle signature up-conversion less ↵Gravatar Christopher Olston2016-12-27
| | | | | | surprising if invoked via the batching signature code. Change: 143045795
* Revert os.path.join() changeGravatar Jonathan Hseu2016-12-27
| | | | Change: 143044398
* Re-enable operation timeouts when using the in-process master.Gravatar Derek Murray2016-12-27
| | | | | | | | | | The previous version was ignoring the timeout (if set) in the `CallOptions*` passed to the server method, and blocking indefinitely on the completion notification, instead of cancelling the call if the notification was not set before the timeout. Fixes #6742. Change: 143042703
* Allows caller to access the final context state of the underlying RNN.Gravatar A. Unique TensorFlower2016-12-26
| | | | Change: 143007748
* Get rid of the last references to FunctionDef.node before weGravatar A. Unique TensorFlower2016-12-26
| | | | | delete it entirely. Change: 142996097
* tfdbg CLI doc: use screenshot PNGsGravatar Shanqing Cai2016-12-26
| | | | | Also put more emphasis on mouse event support. Change: 142989939
* Get rid of the last references to FunctionDef.node before weGravatar A. Unique TensorFlower2016-12-26
| | | | | delete it entirely. Change: 142980063
* Don't FATAL when asked for the name of an unknown type.Gravatar David G. Andersen2016-12-23
| | | | | | | | (Leaving it as an error for now while I check some of the invocations to see if there's really a need for the diagnostic message). Current fatal prevents some helpful error messages from propagating back to the caller. Change: 142870362
* Android: Check for 0 node count in GraphDef when initializing TF Session. ↵Gravatar Andrew Harp2016-12-23
| | | | | | Also rework log calls during initialization to be more informative/less misleading. Change: 142863423
* More descriptive errors on FeatureColumn abstract methodsGravatar Mark McDonald2016-12-23
| | | | Change: 142863172
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-23
| | | | Change: 142850910
* Fix documentation formatting for tf.matmul.Gravatar A. Unique TensorFlower2016-12-23
| | | | Change: 142849285
* Bump the size of dirichlet_multinomial_testGravatar Gunhan Gulsoy2016-12-23
| | | | Change: 142843471
* pip.sh: change the semantics of environment-variable switch ↵Gravatar Shanqing Cai2016-12-22
| | | | | | | NO_TEST_ON_INSTALL to make it more useful Previously, if NO_TEST_ON_INSTALL is set to 1, it'll skip all the following: python unit tests on install, user ops test, tutorial tests and ffmpeg integration test. But most frequently, we want to be able to skip the python unit tests on install, but still run user ops tests, tutorial tests and/or ffmpeg integration test. This change enables that. Change: 142820160
* Combine NamedTensorProto and NamedTensor into a single proto.Gravatar Derek Murray2016-12-22
| | | | | | | Also use `Tensor::AsProtoTensorContent()` when populating the fetched values from a gRPC worker service, as this is more efficient for larger values. This should improve #6256 slightly. Change: 142813084
* Fix for quantized convolution optimizationGravatar Pete Warden2016-12-22
| | | | Change: 142809066
* Allow a tensor to have multiple aliases.Gravatar A. Unique TensorFlower2016-12-22
| | | | Change: 142807011
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-22
| | | | Change: 142806683
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
| | | | Change: 142805270
* Introduce a shim function wrapping checks for possible SessionBundle orGravatar Sukriti Ramesh2016-12-22
| | | | | SavedModel export formats. Change: 142803996
* Optimize the case of a master communicating with an in-process worker.Gravatar Derek Murray2016-12-22
| | | | | | | | | | | | | | | | | | | This change modifies the GrpcWorkerCache so that, when a master attempts to communicate with the worker in the same process, it does so by direct method calls on a `WorkerInterface*`, without making a loopback RPC call. This change is another incremental step towards addressing issue #6256. There are further improvements possible, and we will continue to investigate them, including: * Avoiding the protobuf encoding/decoding for request/response objects where this affects performance. The zero-copy `TensorResponse` class is an example of how we could improve performance here, for `RunGraphRequest` and `RunGraphResponse` objects. * Profiling the closure creation/context switch overhead for interactions with the local worker. Change: 142793965
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-22
| | | | Change: 142791193
* Fix argument name in docstring.Gravatar A. Unique TensorFlower2016-12-22
| | | | Change: 142790604
* Add a small documentation blurb to __import__.py describing steps for adding ↵Gravatar A. Unique TensorFlower2016-12-22
| | | | | | more imports to this file. Change: 142784743
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-22
| | | | Change: 142783149
* Allows int64 indices in gather_nd gradient.Gravatar A. Unique TensorFlower2016-12-22
| | | | Change: 142781367