aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Added a C utility to create a ServerDef proto from text representation.Gravatar A. Unique TensorFlower2018-09-26
* Preprocess the protobuff input for parse_tensor_op.Gravatar Mihai Maruseac2018-09-26
* Deprecate tf.manip endpoints instead of endpoints under tf.*. This change isGravatar Anna R2018-09-26
* Fix potential use-after-free in the training ops.Gravatar Derek Murray2018-09-26
* Update hooks for distributed jobs with a master node, to ensure thatGravatar A. Unique TensorFlower2018-09-26
* Fix Optimizer "No gradients provided" error messages to report variables inst...Gravatar Allen Lavoie2018-09-26
* [TF:XLA] Fix XLA lowering of TF BroadcastTo operator.Gravatar Peter Hawkins2018-09-26
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
* [XLA] Remove use of DeconstructTuple from MakeFakeArgumentsOrDie.Gravatar Peter Hawkins2018-09-26
* Add experimental asynchronous checkpoint hook.Gravatar Russell Power2018-09-26
* Misc. micro-optimizations in Grappler optimizers.Gravatar A. Unique TensorFlower2018-09-26
* Kernel signature reworking, update kernel DepthConcatenation.Gravatar A. Unique TensorFlower2018-09-26
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-09-26
* Add an experimental Java API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-26
* Specify a preferred_dtype=self.dtype when converting Distribution methods' sa...Gravatar Brian Patton2018-09-26
* Quick fix for allowed symbols in tf contrib estimatorGravatar Katherine Wu2018-09-26
* [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* Kernel signature reworking, misc kernel improvements and migrations.Gravatar A. Unique TensorFlower2018-09-26
* [tf.data] Small utils cleanup to expose generic functionGravatar Rachel Lim2018-09-26
* Fix leaks of a BigtableTableResource in various Bigtable ops.Gravatar Derek Murray2018-09-26
* Public no-op.Gravatar Christopher Olston2018-09-26
* Account for old run config, more robust num trainersGravatar A. Unique TensorFlower2018-09-26
* Public no-op.Gravatar Christopher Olston2018-09-26
* [TF:XLA] Bump open source llvm revision to r343057Gravatar Sanjoy Das2018-09-26
* Internal change.Gravatar Nupur Garg2018-09-26
* Add checks for dilation_rate.Gravatar Suharsh Sivakumar2018-09-26
* Remove quantize_graph script. TF Lite quantization is the supported mobile qu...Gravatar Suharsh Sivakumar2018-09-26
* Hoisting RandomUniform out of functionsGravatar Piotr Padlewski2018-09-26
* [tf.data] Adding serialization support for `StatsAggregatorDatasets` to make ...Gravatar Jiri Simsa2018-09-26
* Extend support for Index nodes in template expansions.Gravatar Dan Moldovan2018-09-26
* Simplify the logic for running through a sequence forwards and backwards.Gravatar A. Unique TensorFlower2018-09-26
* Derive the number of trainers in tensorforest if run config is provided.Gravatar A. Unique TensorFlower2018-09-26
* The return value checker should ignore inner functions.Gravatar Dan Moldovan2018-09-26
* The GeneratorDataset init function was being run during Initialization which ...Gravatar Rohan Jain2018-09-26
* [XLA] Don't use NumUniqueInstructionIds() as a proxy for instruction_count()Gravatar Michael Kuperstein2018-09-26
* Trivial change to softplus_op_test.py.Gravatar Todd Wang2018-09-26
* Changed FusedBatchNorm and FusedBatchNormGrad to use allowed_values for data_...Gravatar A. Unique TensorFlower2018-09-26
* Refactoring of nest value getters.Gravatar A. Unique TensorFlower2018-09-26
* Automated rollback of commit 7229d08f0b25e24e6dd4833a94a27f404b27a350Gravatar Gunhan Gulsoy2018-09-26
* compat: Update forward compatibility horizon to 2018-09-26Gravatar A. Unique TensorFlower2018-09-26
* Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
* Allow subslicing Tensors with a single dimension.Gravatar A. Unique TensorFlower2018-09-25
* [XLA] In HloEvaluator, fix an issue where the return type and native type are...Gravatar Kay Zhu2018-09-25
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ...Gravatar Rohan Jain2018-09-25
* Remove integer dtypes from Soft{plus,sign} OpDefs.Gravatar Todd Wang2018-09-25
* Set step_id in Executor Args to the step_id generated in MasterSession.Gravatar Ayush Dubey2018-09-25
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* Support dynamic LR for Keras optimizer by setting the global Keras session.Gravatar A. Unique TensorFlower2018-09-25
* Reland "Add Interpreter.Options Java API for interpreter configuration"Gravatar Jared Duke2018-09-25
* Fix dynamic kernels dependencies for python build and test rules.Gravatar Gunhan Gulsoy2018-09-25