aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Update error message to include export location when it exists in SavedModel.Gravatar Sukriti Ramesh2016-12-01
| | | | Change: 140776069
* Add pooling layer classes and their functional versions.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140775287
* Add custom main op test back to SavedModel test.Gravatar Sukriti Ramesh2016-12-01
| | | | Change: 140773742
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140771346
* LinearOperatorTriL, a lower triangular linear operator.Gravatar Ian Langmore2016-12-01
| | | | | | linear_operator_util.py added as well Use linear_operator_util in LinearOperatorDiag, and a couple bug-fixes. Change: 140770818
* Fix Tensor boolean evals; these are now errors.Gravatar Joshua V. Dillon2016-12-01
| | | | Change: 140769904
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140764844
* Type information in error logging for ParseExample.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140763104
* Remove tf.train.SummaryWriter and tf.train.SummaryWriterCache.Gravatar Dan Mané2016-12-01
| | | | | These classes are now available as tf.summary.FileWriter and tf.summary.FileWriterCache. Change: 140762782
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140761568
* Progress towards removing data dependency on libdevice_root.Gravatar Jingyue Wu2016-12-01
| | | | Change: 140761549
* Add SOC control wrapper for graph transfer to SOCGravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140760957
* Go: API functions to serialize/deserialize Tensors.Gravatar Asim Shankar2016-12-01
| | | | | | | | | | | | The current implementation has limitations, in particular it does not support string tensors. But the same API will be sufficient when that limitation has been addressed. See also #6003. The API added here can be used to fill in the tensor_contents field of a TensorProto protocol buffer. Change: 140760816
* Add stack and unstack operations to tensor_array_ops.py. These operations areGravatar A. Unique TensorFlower2016-12-01
| | | | | | exactly the same as pack and unpack and will replace pack and unpack going forward. Change: 140760260
* Implement tf.nn.atrous_conv2d_transpose. Close bugs #4668 and #5300.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140759688
* Explicitly import R.java in Android demo in order to make changing the app ↵Gravatar Andrew Harp2016-12-01
| | | | | | package easier. Change: 140758957
* Update to the latest version of Eigen to get fix for __half default constructor.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140754388
* Fix memory size calculation in GraphTransfererGravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140751451
* Unload the existing dataset before loading a new one. Fix resulting fallout. ↵Gravatar Charles Nicholson2016-12-01
| | | | | | Remove the label accessor, replace with a string. The projector adapter knows how to reach into the dataset, which is ok for now. Change: 140748823
* Make DNNLinearCombinedEstimator default_prediction_key work with MetricSpec.Gravatar Martin Wicke2016-12-01
| | | | Change: 140748366
* Change the default device priority for non-CPU/GPU devices to beGravatar Vijay Vasudevan2016-12-01
| | | | | | | | | | | | | | lower than both CPU and GPU, to prevent accidentally placing ops on devices. Most ops are implemented for either CPU and GPU, and this default can slow down models that do not carefully place all of their ops explicitly. RELNOTES: non-CPU/GPU devices are no longer automatically preferred over CPU/GPU devices: they must be explicitly named in the nodes to be used. Change: 140748128
* Adding documentation to tf.contrib.training.trainingGravatar Nathan Silberman2016-12-01
| | | | Change: 140744288
* Explicitly list core protos to be built into protos_all.Gravatar A. Unique TensorFlower2016-12-01
| | | | | | Remove extra list used for android builds, and use the new list in core:BUILD instead. Change: 140743365
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-01
| | | | Change: 140742376
* Add bounds checks to jpeg parsing code.Gravatar Brennan Saeta2016-12-01
| | | | Change: 140740851
* Provides links to tf.nn.{rnn,bidirectional_rnn,state_saving_rnn} in ↵Gravatar Jianwei Xie2016-12-01
| | | | | | tf.contrib.rnn package and moves the rnn_test.py as contrib core_rnn_test.py. Change: 140739860
* Fixing null-pointer dereference on parsing of invalid TensorProto.Gravatar David G. Andersen2016-12-01
| | | | | | | | | (If the number of entries in the proto was zero, but we asked for more, the code incorrectly dereferenced a pointer to the data before the check to see if it was empty, resulting in a crash.) Bug spotted by libFuzzer. Change: 140736570
* Fix python3 bug where dict.items() is not an appendable list, unlike python2.Gravatar Dan Smilkov2016-12-01
| | | | Change: 140734296
* Switch FIXME to TODOGravatar Asim Shankar2016-12-01
| | | | Change: 140733125
* Change .fill() formula for num_splits_to_consider.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140684634
* Replacing deprecated variable initizaltion ops with the new ones.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140682786
* Automated rollback of change 140521393Gravatar Dan Mané2016-11-30
| | | | Change: 140680070
* Added support for some use of libxsmm to apply convolutions.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140678566
* Add convolutional layers to core.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140678361
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140678314
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-30
| | | | Change: 140676866
* Add missing include to tensorflow/stream_executor/kernel.hGravatar Peter Hawkins2016-11-30
| | | | Change: 140676173
* Rename more argument names to be consistent with NumPy.Gravatar Andrew Selle2016-11-30
| | | | | | Create temporary dummy arguments with old names at the end in preparation for deprecation. Change: 140675930
* Adding support for regularizing partitioned variables in layers/base.pyGravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140674798
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140674321
* Don't remove the identity nodes that are introduced for control flow.Gravatar Yuan Yu2016-11-30
| | | | Change: 140672917
* Adding a SparseFeature to the tf.Example parser API.Gravatar A. Unique TensorFlower2016-11-30
| | | | | | | Allows declaring two Example keys (an index key and a value key) for a single Feature, the returned value is a SparseTensor with indices given by the index key. Change: 140671682
* Move the util classes out of sdca_ops.py.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140670395
* For consistency with classification heads, give RegressionHead loss_fn a ↵Gravatar A. Unique TensorFlower2016-11-30
| | | | | | | | | | | | | | | | | default value. Eliminate duplicate bias centering of logits. Merge duplicate training_loss and train_op code between different head classes. There's still duplicate code in head_op, but at least it's down to just one method now. Pass `labels` tensor, not dict, to train_op. Add name to predictions tensors. Change non-mutable lists to tuples. Remove unused `name` args. Change: 140669937
* Internal-only change.Gravatar Peter Hawkins2016-11-30
| | | | Change: 140667141
* Move properties in Layer to read-only; add output_size property.Gravatar Eugene Brevdo2016-11-30
| | | | Change: 140661470
* Bugfix in tf.contrib.distributions base class, which enables more flexible ↵Gravatar Eugene Brevdo2016-11-30
| | | | | | subclassing of Distribution. Change: 140659334
* Eliminate the tf_kernel_libraries BUILD rule. Its "deps" parameter was used inGravatar A. Unique TensorFlower2016-11-30
| | | | | | | | | | an ambiguous way to designate (1) the deps attribute of each generated tf_kernel_library target, and (2) associated tf_kernel_library targets for ops which should be included as dependencies of the omnibus cc_library target (for example, :dilation_ops.) As a result, each individual op library brought in the deps of all the others along with dependencies on unrelated ops. Change: 140657643
* Add a SavedModel ModelServer test.Gravatar Kiril Gorovoy2016-11-30
| | | | | - Update saved_model_half_plus_two to export a prediction default serving signature. Change: 140657101
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140651442