aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Automated g4 rollback of changelist 202724194Gravatar A. Unique TensorFlower2018-06-29
* Adding dimensions to brodcasts in computationBuilderGravatar A. Unique TensorFlower2018-06-29
* Fix a typo in comment to mention kOutputInputYX means NCHWGravatar Smit Hinsu2018-06-29
* Do not overwrite inputs.Gravatar A. Unique TensorFlower2018-06-29
* Begin introducing NUMA support for CPU threads and memoryGravatar A. Unique TensorFlower2018-06-29
* Do not constrain the is_variable_initialized ops to be on cpu.Gravatar A. Unique TensorFlower2018-06-29
* Add TFLite quantized SSD Mobilenet model to open sourceGravatar A. Unique TensorFlower2018-06-29
* Add support for quantized sequential LSTM Op.Gravatar A. Unique TensorFlower2018-06-29
* [TF:XLA] Make the error message for unsupported ops more understandable. Retu...Gravatar A. Unique TensorFlower2018-06-29
* Improvements to TF Lite's test runners: also run multiple inferences back to ...Gravatar A. Unique TensorFlower2018-06-29
* Add support for Makefile build for micro-controller platformsGravatar A. Unique TensorFlower2018-06-29
* [TF:XLA] Change the return type of ShapeRepresentationFn from TensorShape to ...Gravatar A. Unique TensorFlower2018-06-29
* Fixes off-by-1 in pad_to_bucket_boundary=True for tf.contrib.data.bucket_by_s...Gravatar Terry Koo2018-06-29
* Internal Change.Gravatar Michael Case2018-06-29
* Allow gradients() calls from inside a function wrt captured tensors.Gravatar Skye Wanderman-Milne2018-06-29
* Optimized TransposeConv implementation.Gravatar A. Unique TensorFlower2018-06-29
* UnaryOpsComposition arithmetic optimizer.Gravatar Eugene Zhulenev2018-06-29
* Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
* Initialize result_handle to nullptr so we don't try to unref when not required.Gravatar Akshay Modi2018-06-29
* Internal changeGravatar Michael Kuperstein2018-06-29
* Use the same convention for the scale parameter in hybrid ops as well.Gravatar A. Unique TensorFlower2018-06-29
* Simplify backward updates and add tests regarding gradients angle.Gravatar Xuechen Li2018-06-29
* Update Tensorboard callback to run histogram summaries withinGravatar A. Unique TensorFlower2018-06-29
* Adds profiling label for optimized deptwhise3x3Gravatar A. Unique TensorFlower2018-06-29
* [tf.data] Add examples of `map_func` signatures to the `Dataset.map()` docume...Gravatar Derek Murray2018-06-29
* Allow transposition of the weights in fully connected ops.Gravatar A. Unique TensorFlower2018-06-29
* [tf.data] In `Dataset.padded_batch()` test, handle randomly created empty bat...Gravatar Derek Murray2018-06-29
* Add a method that calls the python function backing a _PolymorphicFunction.Gravatar Akshay Agrawal2018-06-29
* Move `DeserializeSparseOp<string>` into its own file, mirroring the Variant v...Gravatar Derek Murray2018-06-29
* More support for fused quantized LSTM in TFLite interpreterGravatar A. Unique TensorFlower2018-06-29
* [TF:XLA] A more generic TopK.Gravatar Michael Kuperstein2018-06-29
* TFE notebooksGravatar Alexandre Passos2018-06-29
* Convert string to binary strings to clear python3 failures.Gravatar Gunhan Gulsoy2018-06-29
* [contrib.bigtable] Clean up buildsGravatar Brennan Saeta2018-06-29
* [XLA] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29
* Internal Change.Gravatar Michael Case2018-06-29
* Added std::move on the caller side of interpreter->SetVariables.Gravatar A. Unique TensorFlower2018-06-29
* [tf.data] Optimize the implementation of DeserializeSparseOp<Variant>.Gravatar Derek Murray2018-06-29
* Add quantized ReluX kernels.Gravatar A. Unique TensorFlower2018-06-29
* Add more helpful error messages when restoring from checkpoint fails.Gravatar Karmel Allison2018-06-29
* [data-stats] Adds support for gathering statistics as metrics with `stats_agg...Gravatar Shivani Agrawal2018-06-29
* Add README.md for RevNet example.Gravatar Xuechen Li2018-06-29
* [tf.data / Bigtable] Initial tf.data Bigtable integrationGravatar Brennan Saeta2018-06-29
* removing unnecessary test fixturesGravatar Jiri Simsa2018-06-29
* Broad refactor (part 4): Split the CFG construction part into a component sep...Gravatar Dan Moldovan2018-06-29
* [TF:XLA] Remove StatusOr<> return values from linear algebra functions and th...Gravatar Peter Hawkins2018-06-29
* tfe.defun shouldn't leak information across graphs (or across eager and graphs)Gravatar Alexandre Passos2018-06-29
* Handle nested tuples in GpuTransferManager.Gravatar Adrian Kuegel2018-06-29
* [XLA] Add new helper xla::Iota().Gravatar Peter Hawkins2018-06-29