aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
| | | | | | | | | | | | | | Generated by running: $ find . -name '*.py' | xargs sed -i 's/a `Tensor`/an `Output`/g' $ find . -name '*.py' | xargs sed -i 's/A `Tensor`/An `Output`/g' $ find . -name '*.py' | xargs sed -i 's/`Tensor`/`Output`/g' $ find . -name '*.py' | xargs sed -i 's/`tf.Tensor`/`tf.Output`/g' $ find . -name '*.py' | xargs sed -i 's/`Tensors`/`Output`s/g' $ find . -name '*.py' | xargs sed -i 's/#Tensor)/#Output)/g' $ find . -name '*.py' | xargs sed -i 's/#Tensor\./#Output./g' Manually fixed up lines that exceeded 80 characters after the change. Change: 139400135
* When switching modes programatically, make sure the selection icon reflects theGravatar Nikhil Thorat2016-11-16
| | | | | current mode. Change: 139399924
* Change visibility of the SavedModel shim to public.Gravatar Kiril Gorovoy2016-11-16
| | | | | Delete bundle_shim_constants.h and use the new constant in signature_constants.h instead. Change: 139399882
* Fix a bug where a selection and isolation points does not work by removing theGravatar Nikhil Thorat2016-11-16
| | | | | check for the size of neighbors in the inspector panel. It's unnecessary. Change: 139395143
* Uses 64-bit integers for storing variable dimensions in SaveSliceInfoDef.Gravatar A. Unique TensorFlower2016-11-16
| | | | | 32-bit integers are not enough for representing large scale variables with more than ~2 billion elements. The change is backward compatible as the proto serialization of int32s is the same as int64s. Change: 139393418
* Make selection a rectangular 2D selection that selects on mouse up.Gravatar Nikhil Thorat2016-11-16
| | | | | | | Remove selectionSphere. Add unit tests. Change: 139392209
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139384822
* Adding merged evaluation module.Gravatar Nathan Silberman2016-11-16
| | | | Change: 139381246
* Clear SummaryWriterCache at the end of training. Fixes #5401.Gravatar Mustafa Ispir2016-11-16
| | | | Change: 139378246
* Rename TF_Port to TF_Output and add a TF_Input type.Gravatar Jonathan Hseu2016-11-16
| | | | Change: 139377074
* Add tests for explicit axis args to reduce_sum, including negative axes.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139374522
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139372651
* More clearly document that functions are experimental.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139372609
* Noted the step at which each image summary was collected in the Tensorboard ↵Gravatar A. Unique TensorFlower2016-11-16
| | | | | | image tab. Change: 139372248
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139371811
* Rename `Tensor` to `Output` in all op docs from C++ code.Gravatar Jonathan Hseu2016-11-16
| | | | | | | | | | Generated by running: $ find . -name '*.cc' | xargs sed -i 's/a `Tensor`/an `Output`/g' $ find . -name '*.cc' | xargs sed -i 's/A `Tensor`/An `Output`/g' $ find . -name '*.cc' | xargs sed -i 's/`Tensor`/`Output`/g' And reverting the changes that referred to the C++ Tensor. There are no applicable changes needed in the .h files. Change: 139371663
* Add support for adjoint and batch matmul to tf.matmul.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139370036
* Split ClusterConfig out of RunConfigGravatar Wei Ho2016-11-16
| | | | Change: 139368020
* Fixing global step based delay.Gravatar Mustafa Ispir2016-11-16
| | | | Change: 139364536
* Fixed a race condition in direct sessions: we shouldn't call RecvOutputs if theGravatar Benoit Steiner2016-11-16
| | | | | call to Run has been cancelled otherwise RecvOutputs may block forever. Change: 139352917
* Remove the axes from the picking texture. This is causing selection / hover ↵Gravatar Nikhil Thorat2016-11-16
| | | | | | | issues when there are collisions between the axis color and the picking texture color. Change: 139352122
* Update external TensorBoard.Gravatar Dan Smilkov2016-11-16
| | | | Change: 139349615
* C API: Comment tweaks and some suggested corner case handlingGravatar Asim Shankar2016-11-16
| | | | Change: 139349604
* Fix LoadSavedModelFromLegacySessionBundlePath() to return error if ↵Gravatar Li Lao2016-11-16
| | | | | | LoadSessionBundleFromPathUsingRunOptions() fails. Change: 139348875
* Fixing a bug in the MutableDenseHashTable implementation where the ↵Gravatar Rohan Jain2016-11-16
| | | | | | | difference in shapes between the Insert and Import functions was causing issues with a vector key and scalar value input. Fixed by splitting the LookupInterface CheckKeysAndValueTensors method into one for Insert and the other for Import. Change: 139346138
* Remove explicit calls to call_cpp_shape_fn from third_party/tensorflow/python.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139345066
* Do not calculate loss in head if mode==INFER.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139339828
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139328977
* Adds max_norm option to embedding_lookup (and upstream functions).Gravatar A. Unique TensorFlower2016-11-16
| | | | Change: 139325873
* Embedding Projector: Guard from null strings when adding word breaks.Gravatar Dan Smilkov2016-11-16
| | | | Change: 139324859
* Simplify data parsing in TensorForest. Remove unused ↵Gravatar A. Unique TensorFlower2016-11-16
| | | | | | sparse_values_to_indices op. Change: 139320375
* Migrate TensorFlow to libjpeg-turboGravatar Justine Tunney2016-11-15
| | | | | | | | | This makes JPEG go 2x faster on x86_64 (k8), arm7, and arm8. On all other CPU targets, e.g. x86, JPEG performance should be the same as it was before. Fixes #4807 Change: 139295768
* Set a max number of collected NodeExecStats in StepStatsCollector.Gravatar Suharsh Sivakumar2016-11-15
| | | | | | This fixes an issue where nodes in a while loop were accumulating a very large amount of stats, exceeding the protocol buffer limit. Change: 139277518
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-15
| | | | Change: 139271215
* Makes the Variable.ref() method private.Gravatar A. Unique TensorFlower2016-11-15
| | | | Change: 139267342
* C API: Helper functions to encode/decode strings for TF_STRING tensors.Gravatar Asim Shankar2016-11-15
| | | | | | | | | Intended to make the use of TF_STRING valued tensors in other language bindings easier. No added unittests since the existing TestEncodeDecodeStrings test case covers the changes. Change: 139263312
* Fix dnn_test, which was cause by a bad sync/merge.Gravatar A. Unique TensorFlower2016-11-15
| | | | Change: 139259251
* enabling tf.round properly!Gravatar Olivia Nordquist2016-11-15
| | | | Change: 139254648
* Add feature to supply SavedModel with a main_op.Gravatar Sukriti Ramesh2016-11-15
| | | | Change: 139254613
* Increase the block size of SwapDimension1And2InTensor3UsingTiles from 32 to ↵Gravatar A. Unique TensorFlower2016-11-15
| | | | | | | 128 threads. This increases the parallelism in this kernel, yielding a nice speedup. Change: 139250945
* BUGFIX: Softplus bijector inverse did not work with small values 'y'. ThisGravatar Ian Langmore2016-11-15
| | | | | change does a 1st order Taylor expansion to solve for small values. Also add a new assert, assert_bijective_and_finite, and corresponding tests for some Bijectors. Change: 139250783
* Embedding projector: Color points based on distance.Gravatar Dan Smilkov2016-11-15
| | | | Change: 139247755
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-15
| | | | Change: 139247118
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-11-15
| | | | Change: 139246371
* Deprecate tf.inv in favor of tf.reciprocal.Gravatar Martin Wicke2016-11-15
| | | | Change: 139240711
* Allow user to close error messages and add indefinite progress bar.Gravatar Dan Smilkov2016-11-15
| | | | Change: 139239348
* Change default for `assign_moving_average` to perform 0-debiasing. This is a ↵Gravatar A. Unique TensorFlower2016-11-15
| | | | | | semantic breaking change. Change: 139237086
* Fixing a bug related to using a string piece after the inner data is destroyed.Gravatar A. Unique TensorFlower2016-11-15
| | | | | The string piece holds a reference to the internal buffer_ when this class gets destructed the buffer gets destructed but the stringpiece can still be used outside (it is an input parameter). The fix is to first copy into scratch (which is an input parameter) and then put the scratch in the stringpiece (result). Change: 139236445
* Removes the _ref dtypes from the public list.Gravatar A. Unique TensorFlower2016-11-15
| | | | | (breaking change) Change: 139235557
* Create constants for all the different kinds of label fill/stroke coloringGravatar Charles Nicholson2016-11-15
| | | | | | | (selected, neighbor, hover). Still black + white pending design. Refactor adapter to use new method styleStringFromPackedRgba, which does the array indexing and string construction. Change: 139235290