aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Adding functionality to Windows generate scripts to run for tf-nightly.Gravatar Amit Patankar2018-08-20
| | | | PiperOrigin-RevId: 209496111
* Minor fixes to TocoConverter.Gravatar Nupur Garg2018-08-20
| | | | PiperOrigin-RevId: 209494423
* [XLA] Make HloTestBase::GetDebugOptionsForTest virtual.Gravatar Justin Lebar2018-08-20
| | | | | | | | | | | | It's useful for tests to be able to override this and specify their own debug options. Making this function non-static requires a few add-on changes so that everything that calls it is non-static. For lambdas, this necessitates capturing [&] rather than [&foo], so that we can implicitly capture `this`. PiperOrigin-RevId: 209493738
* Fix the issue of losing last dimension for one hot column with weightsGravatar A. Unique TensorFlower2018-08-20
| | | | PiperOrigin-RevId: 209485789
* Avoid complex.h in context.h. Otherwise, Eigen/ABSL fail due to "I" macro.Gravatar Andrew Selle2018-08-20
| | | | | | Instead, we define a struct for complex types. PiperOrigin-RevId: 209484623
* Extend Java Interpreter API for TensorFlow LiteGravatar Jared Duke2018-08-20
| | | | | | | | | | Expose simple Tensor and DataType Java classes that can be used for basic introspection. Note that this change does not allow direct mutation of Tensor objects. The client must still use the Interpreter.invoke() API for injecting and retrieving Tensor data. PiperOrigin-RevId: 209473412
* Clarify meaning of `num_sampled` in `nce_loss`.Gravatar Mark Daoust2018-08-20
| | | | | | Fixes #17949 PiperOrigin-RevId: 209465778
* Minor NFC cleanups to deadness analysis.Gravatar Sanjoy Das2018-08-20
| | | | | | | - Expand SetPred to SetPredicate - Use stable ordering during RPO PiperOrigin-RevId: 209465102
* Fix TensorFlow Lite buildGravatar Jared Duke2018-08-20
| | | | | | | | Add "-llog" to the linker deps on Android. Also add google() as a repo for the Gradle projects to properly resolve the 3.0.1 dependency. PiperOrigin-RevId: 209463666
* Added uint8 support for Pack.Gravatar A. Unique TensorFlower2018-08-20
| | | | PiperOrigin-RevId: 209463575
* Doc: Update xla example instruction. Otherwise it fails withGravatar Tiezhen WANG2018-08-20
| | | | | | | | 2018-08-20 08:28:40.998261: F tensorflow/compiler/xla/service/hlo_graph_dumper.cc:1431] Check failed: graph_renderer != nullptr No registered renderer for the HLO graph. Use --xla_hlo_graph_path=PATH to export to local file system Aborted PiperOrigin-RevId: 209456948
* Fix include guardsGravatar A. Unique TensorFlower2018-08-20
| | | | | | | END_PUBLIC RELNOTES: n/a PiperOrigin-RevId: 209451288
* Rollback of commit 9aab0861f45ae31850cc3d61cb48a628a9a809cc.Gravatar A. Unique TensorFlower2018-08-20
| | | | | | | | | | | | | | | | | | Added generated files missing from TAP. BEGIN_PUBLIC Convert more kernel signatures to use runtime shapes. END_PUBLIC *** Reason for rollback *** Breakage reason given in CL/208983450 was correct: This arose from a failure to maintain TAP target configurations. *** Original change description *** Automated rollback of commit f32afcd244beb255060c3d489f117289a3496efc PiperOrigin-RevId: 209447334
* initializer might be a tensor so do not try to convert it to a booleanGravatar Alexandre Passos2018-08-20
| | | | PiperOrigin-RevId: 209446309
* Object-based checkpointing+eager support for mutable hash tablesGravatar Allen Lavoie2018-08-20
| | | | | | | | Small eager execution fixes: omits op names, and sets a unique shared_name for each table by default to prevent automatic sharing (since there's no op name uniquification). There are some TODOs about the shared_names, since eager execution's kernel caching will cache a new kernel for each shared_name. Only an issue if tables are created in a loop (and variables have the same issue; still on my list to fix that too). PiperOrigin-RevId: 209445076
* Handle scalar real HLO instructions from tf.lgamma and tf.digammaGravatar A. Unique TensorFlower2018-08-20
| | | | | | | | | | | Currently, the XLA tf.lgamma op doesn't behave the same way as the standard tf.lgamma with certain real values because the log of a negative number is taken. Added regression tests for tf.lgamma operating on a scalar and added cases that previously resulted in NaNs when using the reflection formula. PiperOrigin-RevId: 209443312
* Automated rollback of commit f35866577cb8d27a51b31f49f472e926c4359e1fGravatar Austin Anderson2018-08-20
| | | | PiperOrigin-RevId: 209443205
* simplify _toc.yaml generationGravatar Mark Daoust2018-08-20
| | | | PiperOrigin-RevId: 209439461
* Fix API rendering of Args, Returns, Raises in gradients functions.Gravatar Dustin Tran2018-08-20
| | | | PiperOrigin-RevId: 209439445
* Improves the error essage for throttle_secs=0 case.Gravatar Jianwei Xie2018-08-20
| | | | | | User should be aware that the job load might be increased a lot due to this settings. PiperOrigin-RevId: 209439297
* Merge pull request #21640 from Intel-tensorflow:build-fixGravatar TensorFlower Gardener2018-08-20
|\ | | | | | | PiperOrigin-RevId: 209433836
* | Automated rollback of commit 91fd2cd6c3466340d3a69be76993e357662b2009Gravatar Allen Lavoie2018-08-20
| | | | | | | | PiperOrigin-RevId: 209433774
* | RELNOTES: Performance enhancements for StringSplitOp & StringSplitV2Op.Gravatar Jeremiah Harmsen2018-08-20
| | | | | | | | PiperOrigin-RevId: 209432936
* | Explicitly states that 'experimental' is experimental :-)Gravatar Mustafa Ispir2018-08-20
| | | | | | | | PiperOrigin-RevId: 209432898
* | Optimization: implementation of mask expansion for block sparsity that does ↵Gravatar Suyog Gupta2018-08-20
| | | | | | | | | | | | not depend on kronecker product PiperOrigin-RevId: 209432310
* | [XLA] add SortKeyVal to the local Python client.Gravatar A. Unique TensorFlower2018-08-20
| | | | | | | | | | | | This operation corresponds to the version of the Sort HLO with three arguments, but we give it a separate name (SortKeyVal instead of Sort) for compatibility with SWIG. PiperOrigin-RevId: 209427551
* | [TF:XLA] Implement Identity for DT_RESOURCE types.Gravatar Peter Hawkins2018-08-20
| | | | | | | | PiperOrigin-RevId: 209424416
* | [tf.data] Modernize description of using datasets with estimators.Gravatar Derek Murray2018-08-20
| | | | | | | | PiperOrigin-RevId: 209422880
* | Automated rollback of commit f32afcd244beb255060c3d489f117289a3496efcGravatar A. Unique TensorFlower2018-08-20
| | | | | | | | PiperOrigin-RevId: 209416871
* | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-20
| | | | | | | | PiperOrigin-RevId: 209415302
* | Fix a typo in docstringGravatar A. Unique TensorFlower2018-08-20
| | | | | | | | PiperOrigin-RevId: 209411916
* | Expose multi output fusion fuel to derived classesGravatar A. Unique TensorFlower2018-08-20
| | | | | | | | | | | | | | A derived class can do fusion in DoProducerConsumerMultiOutputFusion so we have to make sure it can correctly update the fusion fuel as well. PiperOrigin-RevId: 209401462
* | compat: Update forward compatibility horizon to 2018-08-20Gravatar A. Unique TensorFlower2018-08-20
| | | | | | | | PiperOrigin-RevId: 209382203
* | Clarified some docstrings, fixed some formatting.Gravatar A. Unique TensorFlower2018-08-20
| | | | | | | | | | | | Also removed some dead code. PiperOrigin-RevId: 209380727
* | compat: Update forward compatibility horizon to 2018-08-19Gravatar A. Unique TensorFlower2018-08-19
| | | | | | | | PiperOrigin-RevId: 209315137
* | Merge pull request #21545 from yongtang:kafkaGravatar TensorFlower Gardener2018-08-18
|\ \ | | | | | | | | | PiperOrigin-RevId: 209308802
* \ \ Merge pull request #18992 from fo40225:fix_win_py27Gravatar TensorFlower Gardener2018-08-18
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 209308626
* | | | Internal Change.Gravatar Michael Case2018-08-18
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209299599
* | | | Do not CHECK-fail in the LookupTableOp destructor.Gravatar Derek Murray2018-08-18
| | | | | | | | | | | | | | | | | | | | | | | | Like other resource kernels, it is benign if deleting the lookup table resource fails, e.g. because it has already been deleted by a Session::Reset(). PiperOrigin-RevId: 209286478
* | | | [tf.data] Add a `Structure` class that represents output_{types,shapes,classes}.Gravatar Derek Murray2018-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the skeleton implementation of `Structure` for tensors, sparse tensors, and nests. Future changes will (i) add structure representations for `Dataset` and `Optional`, (ii) add support for registering custom types, and (iii) switch `Dataset`, `Iterator`, and `Optional` to use `Structure` internally. PiperOrigin-RevId: 209281967
* | | | compat: Update forward compatibility horizon to 2018-08-18Gravatar A. Unique TensorFlower2018-08-18
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209259988
* | | | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-08-18
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209259012
* | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-08-18
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209257414
* | | | Add StaticRegexReplace which can be used in place of RegexReplace when the ↵Gravatar Jeremiah Harmsen2018-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regex pattern and rewrite are fixed. This allows the Op to perform the expensive regex compilation once upon creation instead of with each call to compute. Refactors RegexReplace to allow forwarding/inplace replacement when it is the sole consumer of an input. This should be a noop functionally but improve performance. RELNOTES: Performance improvements for regex replace operations. PiperOrigin-RevId: 209255096
* | | | Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209248552
* | | | [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209247783
* | | | Support nested defuns on TPUGravatar Igor Ganichev2018-08-17
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209239670
* | | | Fix ecosystem books to include api versions drop-down.Gravatar Mark Daoust2018-08-17
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209231513
* | | | Internal changeGravatar Nupur Garg2018-08-17
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 209231049
* | | | Add back local collective all reduce test and fixed the bug that all_reduce ↵Gravatar Yuefeng Zhou2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | ops on all tower should all run before getting the values for destinations. PiperOrigin-RevId: 209229080