aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * Internal change.Gravatar Anna R2017-11-15
| * Adds a SetInvalidOutput method to XlaOpKernelContext.Gravatar A. Unique TensorFlower2017-11-15
| * Add a link to the guide on "Using savedmodel with estimators" to the document...Gravatar Neal Wu2017-11-15
| * Add test util for setting init_value of SumReduce, ReduceWindow, and SelectAn...Gravatar Nick Desaulniers2017-11-15
| * TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
| * Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-11-15
| * Don't enable dependency optimizer by default.Gravatar A. Unique TensorFlower2017-11-15
| * Add graph writer op to contrib/summaryGravatar Justine Tunney2017-11-15
| * Add support for Squeeze Op quantizationGravatar A. Unique TensorFlower2017-11-15
| * Move dot-related helpers into dot_op_emitter.ccGravatar Sanjoy Das2017-11-15
| * Update layout_optimizer gradient test to use a variable for the input instead...Gravatar A. Unique TensorFlower2017-11-15
| * Correct the logging message as (very likely) we will support queue-based inputGravatar Jianwei Xie2017-11-15
| * Remove `FunctionDefLibrary` argument from `Device::MaybeRewriteGraph()`.Gravatar Derek Murray2017-11-15
| * Do not log an error when `tf.py_func()` raises `StopIteration`.Gravatar Derek Murray2017-11-15
| * Add a control dependency optimizer to Grappler.Gravatar A. Unique TensorFlower2017-11-14
| * [XLA:GPU] Mark loads as invariant where appropriate.Gravatar Justin Lebar2017-11-14
| * Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-11-14
| * Update BUILD visibility.Gravatar A. Unique TensorFlower2017-11-14
| * Improve the model comparison utility.Gravatar Russell Power2017-11-14
| * Remove a Done TODO from Svdf op.Gravatar A. Unique TensorFlower2017-11-14
| * Added support for multi-column vocabs to the int-to-string lookup API.Gravatar A. Unique TensorFlower2017-11-14
* | Merge pull request #14563 from aselle/docsfixGravatar Yifei Feng2017-11-14
|\ \
| | * Fix a few issues with HloValue and dataflow analysis identified when debuggin...Gravatar Mark Heffernan2017-11-14
| | * Benchmark for tfe_py_execute(identity), for reference with the other identity...Gravatar Alexandre Passos2017-11-14
| | * python3 fixesGravatar Alexandre Passos2017-11-14
| | * [TFXLA] Add source node and make GetSwitchCluster more conservative.Gravatar Jacques Pienaar2017-11-14
| | * Update tf.keras to the Keras 2.0.9 API.Gravatar Anjali Sridhar2017-11-14
| | * Add head name to tf.contrib.estimator.regression_head metricsGravatar A. Unique TensorFlower2017-11-14
| | * Replace uses of @%ws% with @org_tensorflow in LLVM BUILD file. @%ws% existed ...Gravatar Peter Hawkins2017-11-14
| | * [TF:XLA] Added tf_xla_cpu_global_jit flag to TF_XLA_FLAGS environment variabl...Gravatar A. Unique TensorFlower2017-11-14
| | * Make the definition of summary operations a warning instead of raising an exc...Gravatar Russell Power2017-11-14
| | * A few profiler improvements.Gravatar A. Unique TensorFlower2017-11-14
| | * Use Toggle instead of bool to make the layout optimizer name and usage consis...Gravatar Yao Zhang2017-11-14
| | * Internal change.Gravatar Anna R2017-11-14
| | * Add seed to tf.contrib.layers.dropout.Gravatar RJ Ryan2017-11-14
| | * Make tf.make_template compatible with eager.Gravatar Sergio Guadarrama2017-11-14
| | * Refactors the WALS estimator so that part of the control flow logic happens i...Gravatar A. Unique TensorFlower2017-11-14
| | * Add `tf.contrib.bayesflow.layers`, a collection of probabilistic (neural) lay...Gravatar Joshua V. Dillon2017-11-14
| | * Fix docstring typo: "GraphKey" -> "GraphKeys".Gravatar A. Unique TensorFlower2017-11-14
| | * Switch use of gRPC Generic API to Generic Unary, reducing CQ trips from 4->1Gravatar A. Unique TensorFlower2017-11-14
| | * Make save/restore non-members of tfe.Network. This should make it easier to moveGravatar Allen Lavoie2017-11-14
| | * boosted_trees: Finalize the centering bias tree only after centering is done ...Gravatar A. Unique TensorFlower2017-11-14
| * | Fix speech hotword model links.Gravatar Andrew Selle2017-11-14
|/ /
| * Check for placeholder ops (other than features and labels) during graph valid...Gravatar Russell Power2017-11-14
| * Automated g4 rollback of changelist 175571632Gravatar A. Unique TensorFlower2017-11-14
| * Remove wide_n_deep_tutorial.py in tensorflow/examples/learn in favor of wide_...Gravatar Neal Wu2017-11-14
| * Update tf.keras Dataset, Engine and Layers to the Keras 2.0.9 API.Gravatar Anjali Sridhar2017-11-14
| * Do not create dtype objects in the eager hot path for execution, use enumsGravatar Alexandre Passos2017-11-14
| * Clear trace in C instead of python.Gravatar Alexandre Passos2017-11-14
| * Enable prefetching on the resnet50 benchmark for eager.Gravatar Rohan Jain2017-11-14