aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Creating an InstantiatedCapturedFunction that captures the instantiated state...Gravatar Rohan Jain2018-09-18
* Automated rollback of commit 19d66a950e2091bb598c6a2d375e14208f5773b2Gravatar Guangda Lai2018-09-18
* Add a fuzzer to test DecodeCompressedGravatar David G. Andersen2018-09-18
* Simplify the interface of conversion_call to allow a ConversionOptions object...Gravatar Dan Moldovan2018-09-18
* compat: Update forward compatibility horizon to 2018-09-18Gravatar A. Unique TensorFlower2018-09-18
* Merge pull request #22263 from angersson:get-111-version-changesGravatar TensorFlower Gardener2018-09-17
|\
* | [XLA] Refactor conv_ops emitters to make them reusable.Gravatar Justin Lebar2018-09-17
* | Automated rollback of commit 185aa89912376d4088c22615908696cd30f9951bGravatar A. Unique TensorFlower2018-09-17
* | Refactor out the metadata_ops set from const_analysis to a per-op bit; NFCGravatar Sanjoy Das2018-09-17
* | [tf.data] Fixing an error in the optimization loop.Gravatar Jiri Simsa2018-09-17
* | Fix unused variable error on powerpc.Gravatar Suharsh Sivakumar2018-09-17
* | Register fp16 reduce_max on GPUGravatar James Qin2018-09-17
* | Add Keras TPU support for the new metrics.Gravatar Pavithra Vijay2018-09-17
* | Break cwise_opt_test.py into 3 files to speed up testing, since we are up aga...Gravatar A. Unique TensorFlower2018-09-17
* | Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* | Increase test timeout for image_grad_test to de-flake.Gravatar A. Unique TensorFlower2018-09-17
* | Remove some dead code after migration from python to C.Gravatar Akshay Modi2018-09-17
* | Add type checking at the beginning of tpu.shard().Gravatar Yunxing Dai2018-09-17
* | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-17
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-17
* | Remove unnecessary side-effect test, since HLO liveness now reports correctGravatar A. Unique TensorFlower2018-09-17
* | Fixed bug where a mixture of Variable and PartitionedVariable would break SDC...Gravatar Eddie Zhou2018-09-17
* | Increase test timeout for dnn_tree_combined_estimator_test to de-flake.Gravatar A. Unique TensorFlower2018-09-17
* | Changing `OpInputList` so that it is a forward iterator and taking advantage ...Gravatar Jiri Simsa2018-09-17
* | Make HLO liveness analysis correctly handle computations with side effect ins...Gravatar A. Unique TensorFlower2018-09-17
| * Update 1.11.0-rc0 version strings to 1.11.0-rc1 (#22284)Gravatar Austin Anderson2018-09-17
* | Add basic op resolver registration to TFLite C APIGravatar Jared Duke2018-09-17
* | [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* | Fixing the documentation of the parse_sequence_example function.Gravatar A. Unique TensorFlower2018-09-17
* | Fix GraphConstructor and import_graph_def bug with variadic ops.Gravatar Skye Wanderman-Milne2018-09-17
* | Remove tensorflow/contrib/linalg library. linalg remains in core.Gravatar Ian Langmore2018-09-17
* | Add generic fallback optimized implementations for dilated DepthwiseConv.Gravatar Suharsh Sivakumar2018-09-17
* | Move OvicBenchmarker class from app folder to source folder.Gravatar A. Unique TensorFlower2018-09-17
* | Add api_docs_relpath option.Gravatar Mark Daoust2018-09-17
* | Fix _check_is_tensor like _check_is_tensor_or_operation was fixed in #22264.Gravatar A. Unique TensorFlower2018-09-17
* | Add benchmarks comparing Mkl vs Default Conv2D ops.Gravatar Eugene Zhulenev2018-09-17
* | Fix testing bug where partitioned primals wasn't actually being tested (const...Gravatar Eddie Zhou2018-09-17
* | Merge pull request #22061 from perfinion:install_headersGravatar TensorFlower Gardener2018-09-17
|\ \
* | | Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* | | Use a single thread in eager if inter_op_parallelism_threads isn't specified.Gravatar Akshay Modi2018-09-17
* | | Improve the error messages in custom_export_strategy.Gravatar A. Unique TensorFlower2018-09-17
* | | Tweak test tolerance in segment_reduction_ops_test.py, which is otherwise flaky.Gravatar A. Unique TensorFlower2018-09-17
* | | Compute `axes` and `free` statically during graph creation.Gravatar A. Unique TensorFlower2018-09-17
* | | Add support for predicting models with learning_phase.Gravatar Jianwei Xie2018-09-17
* | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* | | Add missing `watch` call to GradientTape documentation.Gravatar Akshay Agrawal2018-09-17
* | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* | | Raise error on encountering bad indentation during Autograph parsing.Gravatar A. Unique TensorFlower2018-09-17
* | | [XLA] Add ReduceWindow test.Gravatar Michael Kuperstein2018-09-17
* | | GradientTape: Documentation formatting tweak.Gravatar Asim Shankar2018-09-17