aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Open sourcing proto/rpc ops.Gravatar Jiri Simsa2018-04-06
* Remove zipped argument, and use an implicit dispatch mechanismGravatar A. Unique TensorFlower2018-04-06
* Add CallableOptions.tensor_connection for feeding a tensor to another tensor.Gravatar Derek Murray2018-04-06
* Add methods to TestReporter to log extras for benchmarks.Gravatar Shashi Shekhar2018-04-06
* Update docs to include the most relevant paper.Gravatar Suharsh Sivakumar2018-04-06
* Water down some tests so they work in the Python 2.7.9 release buildsGravatar Allen Lavoie2018-04-06
* [XLA] Redesign: implement and test Pad.Gravatar A. Unique TensorFlower2018-04-06
* Move inplace update operators.Gravatar Patrick Nguyen2018-04-06
* Revert to the previous version of the ResNet50 model.Gravatar Anjali Sridhar2018-04-06
* Add support for ResourceVariable to recompute_gradGravatar A. Unique TensorFlower2018-04-06
* [TF] Add half precision to the supported data types for tensorflow operations.Gravatar Bixia Zheng2018-04-06
* Refactor LoopOptimizer:Gravatar A. Unique TensorFlower2018-04-06
* Follow up on earlier change, which tried to avoid reading the input file twic...Gravatar A. Unique TensorFlower2018-04-06
* [tf.data] Replace the Reader-oriented documentation for supporting new datase...Gravatar Derek Murray2018-04-06
* Create tuple if body doesn't return one.Gravatar Akshay Modi2018-04-06
* Add RNNClassifierGravatar A. Unique TensorFlower2018-04-06
* Pad support for quantized zero.Gravatar Suharsh Sivakumar2018-04-06
* Switch the eager PTB example to object-based saving.Gravatar Allen Lavoie2018-04-06
* A single measurement is enough when using simulationGravatar Benoit Steiner2018-04-06
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-06
* Pull changes from prefetching_ops to support dicts in prefetching_ops_v2 in d...Gravatar Priya Gupta2018-04-06
* Update the rewriter options with the optimizer optionsGravatar Benoit Steiner2018-04-06
* Fix a few bugs in ArithmeticOptimizer and make it robust to failures of shape...Gravatar A. Unique TensorFlower2018-04-06
* Validate errorReporter and improve the documentation on it.Gravatar Andrew Selle2018-04-06
* Support RNN profiling in StreamExecutor for CUDA GPUs.Gravatar James Qin2018-04-06
* Fix small performance regression in microbenchmarks.Gravatar Alexandre Passos2018-04-06
* Remove `TF_InitializeTPU` and `TF_ShutdownTPU` from experimental C API as the...Gravatar Richard Wei2018-04-06
* Update tf.keras to keras 2.1.5 version.Gravatar Anjali Sridhar2018-04-06
* [TF:XLA] Create Despecializing Pass PipelineGravatar Nick Desaulniers2018-04-06
* Added headers only version of tensorflow/core/kernels:cwise_lib, cwise_lib_hd...Gravatar A. Unique TensorFlower2018-04-06
* Minor doc clarification for reduce_sum return typeGravatar A. Unique TensorFlower2018-04-06
* Properly handle callable objects.Gravatar A. Unique TensorFlower2018-04-06
* TPU Cost Estimator has been modified to also account for the memory cost in t...Gravatar A. Unique TensorFlower2018-04-06
* Change GetInstructionCallContext to take an opcode instead of anGravatar Mark Heffernan2018-04-06
* Allow TFE_NewContext to fail more reasonably when SWIG is checking status.Gravatar Akshay Modi2018-04-06
* Object-based checkpointing support for unidirectional cuDNN LSTM cellsGravatar Allen Lavoie2018-04-06
* Materialize tensor array sizes whenever possibleGravatar Benoit Steiner2018-04-06
* [tf.data] Enable using `tf.contrib.data.prefetch_to_device()` in eager mode.Gravatar Derek Murray2018-04-06
* [TPUClusterResolver] Start a TFServer when running in GKEGravatar Brennan Saeta2018-04-06
* Tweaked docstrings in LayerCollection.Gravatar A. Unique TensorFlower2018-04-06
* Support override of device filters for gRPC, by overriding the requests with ...Gravatar A. Unique TensorFlower2018-04-06
* Fix up the support for the case where a given array name occurs multipleGravatar A. Unique TensorFlower2018-04-06
* The training model need not be built when the kfac optimizer is initialized s...Gravatar A. Unique TensorFlower2018-04-06
* Add description to the LPIRC 2018 competition benchmarker.Gravatar A. Unique TensorFlower2018-04-06
* Avoid marking clusters containing only Identity ops for compilation.Gravatar A. Unique TensorFlower2018-04-06
* Define PRNG seeding style for new code in Distributions and TF Probability, w...Gravatar A. Unique TensorFlower2018-04-06
* Fix typos in XlaCompilationCacheGravatar Igor Ganichev2018-04-06
* internal changeGravatar A. Unique TensorFlower2018-04-06
* Add a test to check graceful handling of out-of-memory conditions.Gravatar A. Unique TensorFlower2018-04-06
* Fix StringPiece use-after-free in MasterSession::ReffedClientGraph.Gravatar Derek Murray2018-04-05