aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Fix shape inference for outside_compilation clusters that include cycles.Gravatar A. Unique TensorFlower2018-04-12
| | | | PiperOrigin-RevId: 192637289
* Make default weights initializer in `base_layers.Layer` suitable for their ↵Gravatar A. Unique TensorFlower2018-04-12
| | | | | | dtype. PiperOrigin-RevId: 192634133
* [TF] Add TensorListPushBackBatch.Gravatar Eugene Brevdo2018-04-12
| | | | | | | Also modify code to ensure aliased forwarding happens whenever possible with DT_VARIANT objects in ResourceVariables and in the new op. PiperOrigin-RevId: 192632202
* Introduced tool to run an HLO module in replicated fashion, by infeeding ↵Gravatar A. Unique TensorFlower2018-04-12
| | | | | | | | | random data and outfeeding the data generated at each step. The arguments of the computation can be either read from the session module, or randomly generated. The tool uses the raw transfer manager API to infeed and outfeed the data. PiperOrigin-RevId: 192628605
* Collective Ops Part 3Gravatar A. Unique TensorFlower2018-04-12
| | | | | | | | | BaseCollectiveExecutor and RingReducer. This change is part of a series of changes introducing infrastructure for collective ops and initial implementations of reduction and broadcast. PiperOrigin-RevId: 192624521
* Fixing dependencies.Gravatar A. Unique TensorFlower2018-04-12
| | | | PiperOrigin-RevId: 192624191
* Updating tests containing graphs with Variables so that they Evaluate the ↵Gravatar A. Unique TensorFlower2018-04-12
| | | | | | original and optimized graphs and check if the outputs are same. PiperOrigin-RevId: 192616402
* Special-case the name scoping for operator methods. TensorFlow disallows ↵Gravatar A. Unique TensorFlower2018-04-12
| | | | | | top-level name scopes to begin with underscores. Also use the transformer scope information to get to the enclosing function name. PiperOrigin-RevId: 192600256
* Make DType, TensorShape, and Dimension "reducable" for pickling purposes.Gravatar A. Unique TensorFlower2018-04-12
| | | | PiperOrigin-RevId: 192591402
* Enable an r2 reduce window test case.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192560111
* Fix description of DynamicUpdateSlice.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192550101
* Add closure_js_proto_library build for tf.example protos.Gravatar James Wexler2018-04-11
| | | | PiperOrigin-RevId: 192549109
* Enable a reduce window test case.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192548652
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192548367
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192546579
* [XLA] Redesign: fix GetComputationGraphStats.Gravatar A. Unique TensorFlower2018-04-11
| | | | | | CreateFromProto requires that the config has proper entry_computation_layout, so give the config the program shape. PiperOrigin-RevId: 192546316
* Switch to WaitForNotification to fix the flaky test.Gravatar Jonathan Hseu2018-04-11
| | | | | | See: https://source.cloud.google.com/results/invocations/31632a30-3728-4635-a456-f89b9e8b9dfe/log PiperOrigin-RevId: 192544848
* [XLA] Redesign: test sharding.Gravatar A. Unique TensorFlower2018-04-11
| | | | | | Also set the sharding to the instruction when created from proto. PiperOrigin-RevId: 192543024
* Increase size of //tensorflow/python/kernel_tests:linalg_ops_test to "medium".Gravatar Derek Murray2018-04-11
| | | | PiperOrigin-RevId: 192542956
* In model_to_estimator, only run get_weights when there are initialized Keras ↵Gravatar Yifei Feng2018-04-11
| | | | | | | | variables(which assumes there exists a session). Otherwise create a session so that we can run get_config(). Actually fix #18193. PiperOrigin-RevId: 192541442
* Add `tf.contrib.stateless.stateless_multinomial()`.Gravatar Derek Murray2018-04-11
| | | | | | This is a starting point for Dataset-compatible weighted sampling across a list of datasets. PiperOrigin-RevId: 192540412
* Internal testing changesGravatar Austin Anderson2018-04-11
| | | | PiperOrigin-RevId: 192537874
* Automated g4 rollback of changelist 192516190Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192536085
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192534931
* boosted_trees: make sure ensemble deserialization happens for the non-TRAIN ↵Gravatar Younghee Kwon2018-04-11
| | | | | | modes too. PiperOrigin-RevId: 192532297
* Move callback into bound function to avoid copying.Gravatar Derek Murray2018-04-11
| | | | PiperOrigin-RevId: 192530231
* Speed up computing mean confidence intervals by avoiding tf.while_loop.Gravatar A. Unique TensorFlower2018-04-11
| | | | | | Implement a vectorized way to compute the same thing instead. PiperOrigin-RevId: 192524667
* support profiling multiple tpu through one grpc and one session.Gravatar A. Unique TensorFlower2018-04-11
| | | | | | data are saved with host prefix. PiperOrigin-RevId: 192523668
* Adding support of core feature columns and losses to gradient boosted trees ↵Gravatar A. Unique TensorFlower2018-04-11
| | | | | | estimators. PiperOrigin-RevId: 192521398
* Revealing the range of node ids in the latest layer via resource' stateGravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192520351
* Increase size of //tensorflow/python/kernel_tests:sets_test to "medium".Gravatar Derek Murray2018-04-11
| | | | PiperOrigin-RevId: 192519639
* Fixes issue where name scope collisions could lead to an invalid variable in ↵Gravatar Alexandre Passos2018-04-11
| | | | | | the metagraph. PiperOrigin-RevId: 192518307
* GCS Filesystem should not cache checkpoint file as we need to read the ↵Gravatar Sourabh Bajaj2018-04-11
| | | | | | updated checkpoints from the contents. PiperOrigin-RevId: 192517819
* Extend support to remove transpose/reverse on dimensions of size 1.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192516190
* Adding support for batch_to_space_nd op with crops.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192511036
* Adds a nodedef_fn parameter to copy_op_handler, allowing customization by ↵Gravatar A. Unique TensorFlower2018-04-11
| | | | | | | | mutating NodeDef before creating the copied operation. PiperOrigin-RevId: 192505209
* BREAKING_CHANGE: Remove event_ndims in Bijector, and require ↵Gravatar A. Unique TensorFlower2018-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | `log_det_jacobian` methods to take event_ndims. The class level event_ndims parameter is being deprecated in favor of passing it in to the `log_det_jacobian` methods. Specific changes: - `log_det_jacobian` signatures are now `log_det_jacobian(input, event_ndims)` - Constructors no long have event_ndims passed in (e.g. Affine() vs. Affine(event_ndims=0)). - All bijectors must specify a subset of [forward_min_event_ndims, inverse_min_event_ndims]. This is the minimal dimensionality the bijector operates on, with it being "broadcasted" to any passed in event_ndims (e.g. Exp has forward_min_event_ndims = 0. That means it operates on scalars. However, we can use the bijector on any event_ndims > 0 (i.e. we've broadcasted the transformation to work on any amount of event_ndims > 0), and jacobian reduction will work in those cases. As a result of this change, all bijectors should "broadcast" (e.g. Sigmoid now works on any number of event_ndims). Other changes (internal and documentation): - Added clarifications on Jacobian Determinant vs. Jacobian Matrix. - Added clarifications on min_event_ndims, and what the jacobian reduction is over. - Changed caching of ildj to be keyed on event_ndims. - Several bug fixes to bugs unearthed while writing this code (e.g. transformed distribution shape computation being incorrect) PiperOrigin-RevId: 192504919
* Porting tests for the `decode_proto` and `encode_proto` to OS.Gravatar Jiri Simsa2018-04-11
| | | | PiperOrigin-RevId: 192504411
* Support for removing unfused quantized activation functions and min/max.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192503204
* Replace examples/image_retraining by a pointer to TensorFlow Hub.Gravatar A. Unique TensorFlower2018-04-11
| | | | | | | https://github.com/tensorflow/hub/tree/master/examples/image_retraining has the same tool, upgraded to use TensorFlow Hub instead of raw graph defs. PiperOrigin-RevId: 192502469
* Factor out the syntactic function scope tracking into the transformer. ↵Gravatar A. Unique TensorFlower2018-04-11
| | | | | | Choosing not to do this at static analysis because it exposes the scope to any node, making it easier to use by any specialization of a transformer. PiperOrigin-RevId: 192502309
* When not necessary, avoid the creation of a `placeholder_with_default` in BN ↵Gravatar Francois Chollet2018-04-11
| | | | | | (not yet supported by TPU compilation). PiperOrigin-RevId: 192502020
* DepthwiseConv OptimizationsGravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192499401
* Internal change.Gravatar Anna R2018-04-11
| | | | PiperOrigin-RevId: 192498471
* Adding hp5y back.Gravatar Rohan Jain2018-04-11
| | | | PiperOrigin-RevId: 192491335
* Internal TF Lite test changesGravatar Austin Anderson2018-04-11
| | | | PiperOrigin-RevId: 192491201
* Increase size of ↵Gravatar Derek Murray2018-04-11
| | | | | | tensorflow/contrib/data/python/kernel_tests:batch_dataset_op_test to "medium". PiperOrigin-RevId: 192484895
* Update docs for softmax_cross_entropy_with_logits.Gravatar Adria Puigdomenech2018-04-11
| | | | PiperOrigin-RevId: 192482242
* Script to create custom_ops inside a TensorFlow graphdef.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192481690
* Disable prelu tests for real now.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192480452