aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | Disable variable partitioning from TPU DNN canned estimator.Gravatar Michael Case2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211557743
* | | | | Fix compiler warnings in `DebugNanCountOp` and `DebugNumericSummaryOp`.Gravatar Derek Murray2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211557740
* | | | | Move GrapplerFunctionItem arguments.Gravatar Piotr Padlewski2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch uses take by value and move idiom to optimize copying of constructor arguments. PiperOrigin-RevId: 211553877
* | | | | Add support for quantized (hybrid) bidirectional sequential LSTM Op.Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211552101
* | | | | There were two different error reporting formats within TensorFlow: `{{key ↵Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value}}` and `^^key:value^^`. This change consolidate these two format. PiperOrigin-RevId: 211550259
| | * | | Add an explicit reason for NotImplementedError on eager model saveGravatar Sergii Khomenko2018-09-05
| | | | |
* | | | | Fix flakiness in ConvolutionInPlaneTest.testVertConvWithBlankImage byGravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switching from assertAllEqual to assertAllClose. PiperOrigin-RevId: 211543406
* | | | | Replace floating point functionality with integer alternative for ↵Gravatar Pete Warden2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | microcontrollers PiperOrigin-RevId: 211543125
* | | | | Internal change.Gravatar Nupur Garg2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211542593
* | | | | contrib/distributions: Test code cleanupsGravatar Asim Shankar2018-09-04
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove unnecessary test_session() boilerplate when executing eagerly - Use self.cached_session() instead of self.test_session() when using graphs self.test_session() has been deprecated in 9962eb5e84b15e309410071b06c2ed2d6148ed44 as its name confuses readers of the test. Moving to cached_session() instead which is more explicit about: * the fact that the session may be reused. * the session is not closed even when doing a "with self.test_session()" statement. PiperOrigin-RevId: 211542360
* | | | Automated rollback of commit 69753ba5dbe5950639efc1b5e065901651cd8973Gravatar Andrew Selle2018-09-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211541639
* | | | Create a way to serialize Interpreter data to a flatbuffer.Gravatar Andrew Selle2018-09-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211540844
* | | | Sort namedtuple fieldsGravatar Mark Daoust2018-09-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211535930
* | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211534283
* | | | Automatically use single core for stateful RNN in Keras TPU.Gravatar Jianwei Xie2018-09-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211532963
* | | | Internal ChangeGravatar Michael Case2018-09-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211531374
* | | | Add support for Softmax of 3D tensorsGravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211524810
* | | | Add unit test that shows how to use foldl with inputs that have different ↵Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | shapes. PiperOrigin-RevId: 211523104
* | | | [XLA] Add a test case for propagating the result layout of a non-elementwiseGravatar Bixia Zheng2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | HLO instruction to its operands. PiperOrigin-RevId: 211521410
* | | | Remove reference cycles when constructing distribution objectsGravatar Allen Lavoie2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | self -> _parameters -> self cycles were creating work for Python's garbage collector in training loops, where Distribution objects may be created repeatedly when executing eagerly. This CL just fixes that narrow memory issue; I'm not convinced dict(locals()) is super efficient, so we may want to follow up on that for performance. Adds a few unit tests tests with run_test_in_graph_and_eager_modes(assert_no_eager_garbage=True). It'd be nice to expand this coverage over time. Includes a small test_util simplification to support this (TFP tests don't like reset_default_graph for some reason). Testing for cycles in the TFP repo will need to wait on the Normal changes from the TF repo syncing. PiperOrigin-RevId: 211520394
* | | | [tf.data] Add internal optimizations for executing simple functions in ↵Gravatar Derek Murray2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | `MapDataset`. PiperOrigin-RevId: 211520001
* | | | Merge pull request #19661 from jinxin0924:ma_easgdGravatar TensorFlower Gardener2018-09-04
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 211519911
* | | | | Internal Change.Gravatar Michael Case2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211519679
* | | | | Simplify _get_grad_fn_name and other minor fixes.Gravatar Saurabh Saxena2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211519628
* | | | | Fix CRS combiner for spatial partitioningGravatar HyoukJoong Lee2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211519250
* | | | | Optimize CuboidConvolutionBackwardKernel (Conv3D kernel backprop).Gravatar Eugene Zhulenev2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify contraction by collapsing inner dims into single dimension * get rid of expensive reverse op ~5X improvement when compiled with AVX. PiperOrigin-RevId: 211518363
* | | | | Support <4D tensor inputs for pad/padv2Gravatar Jared Duke2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21266 PiperOrigin-RevId: 211515918
* | | | | Removed old dynamic learning rate support code.Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211514287
* | | | | Disable rtti for builtin TFLite kernelsGravatar Jared Duke2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211514002
* | | | | Fix bugs in backward convolution benchmarks + add labels.Gravatar Eugene Zhulenev2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211510051
* | | | | Create layer norm LSTM custom Op.Gravatar Jian Li2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211505721
* | | | | Minor tweaks to TFLite API docsGravatar Jared Duke2018-09-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211505612
* | | | | Merge pull request #21061 from lgeiger:tfgan-fix-summaryGravatar TensorFlower Gardener2018-09-04
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211502883
* | | | | | Add more data fields to step proto.Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211501909
* | | | | | Enable TensorRT in ci docker build.Gravatar Guangda Lai2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211500190
* | | | | | Add IsValidSignature method to signature_def_utilsGravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211498364
* | | | | | Fix the tensorrt dependency order in tensorflow/contrib/BUILD.Gravatar Guangda Lai2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211496364
* | | | | | [TF:XLA] Bump open source llvm revision to r341347Gravatar Sanjoy Das2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211496283
* | | | | | Extend hoisting monotonic functions out of min/max reductions to all ↵Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | monotonic unary functions. Add the ability to flip Max <-> Min if the function is non-increasing, e.g. Max(Neg(x)) => Neg(Min(x)). PiperOrigin-RevId: 211490436
* | | | | | [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HLO transformations would forget to propagate the feature depth attribute. Making these attributes mandatory, while slightly less convenient for tests, makes HLO transformations more robust. PiperOrigin-RevId: 211490160
* | | | | | Support zeros_like for nested TensorLists.Gravatar Saurabh Saxena2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211489741
* | | | | | Merge pull request #21905 from ↵Gravatar TensorFlower Gardener2018-09-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wdirons:21833_disable_gpu_test_scatter_add_ndim_op_test PiperOrigin-RevId: 211489137
* | | | | | | Fix LazyAdamOptimizer for sparse updates on resource variables.Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211488610
* | | | | | | Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211487989
* | | | | | | Merge pull request #21989 from perfinion:codeownersGravatar TensorFlower Gardener2018-09-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211480449
* | | | | | | | This CL adds extra tests for `contrib.eager.metrics` that check eager ↵Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metrics combined with while loops. PiperOrigin-RevId: 211479604
* | | | | | | | Added a new eager C API TFE_NewContextFromSession(), where TFE_NewContext willGravatar Mingsheng Hong2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get an owned device mgr from the input session. One use case is in S4TF, we run a graph session to enqueue a tensor into a fifo queue, and then call TFE_Execute() on a dequeue op over the same queue, as a way to transfer a tensor from TF to host (tensor tranfer in the other direction also works). To make this work, we need TFE_Context and the the TF_Session to use the same ResourceMgr object (attached to a Device, which is in turn owned by DeviceMgr), so that both can access the fifo queue resource op. PiperOrigin-RevId: 211471075
* | | | | | | | Merge pull request #22015 from lc0:improve-examplesGravatar TensorFlower Gardener2018-09-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211469413
* | | | | | | | | Fix Split, convert kernel signature to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211459453
* | | | | | | | | Minor fix in the WALS estimator test, to pass the correct shape of the ↵Gravatar A. Unique TensorFlower2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transposed matrix. PiperOrigin-RevId: 211453816