aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Android: make it possible to build TF with NDK 13+. The default compiler was ...Gravatar Andrew Harp2017-09-07
* Factor out Python/C++-bridge safe-pointer helpers into a separate file.Gravatar A. Unique TensorFlower2017-09-07
* Provide a public property to access model_fn of an Estimator. An example usag...Gravatar Mustafa Ispir2017-09-07
* Change global step to int64 again post update.Gravatar Jacques Pienaar2017-09-07
* Optimize tf.device in Eager mode by caching to avoid repeated device specGravatar A. Unique TensorFlower2017-09-07
* [XLA] Optionally add metadata lines to graph neighborhood dumps.Gravatar A. Unique TensorFlower2017-09-07
* Change inception v2 and v3 to use fused batchnormGravatar Yunxing Dai2017-09-07
* Reduce number of session.run calls from variable_ops_test.Gravatar A. Unique TensorFlower2017-09-07
* adding missing dep on jdk for gen_ops.bzlGravatar A. Unique TensorFlower2017-09-07
* Internal change.Gravatar A. Unique TensorFlower2017-09-07
* Added `SqlDataset` to __init.py__ to include `SqlDataset` in the nextGravatar Daniel Grazian2017-09-07
* Added functionality to allow SqlDataset to interpret a database column as aGravatar A. Unique TensorFlower2017-09-07
* [XLA:CPU] Use Eigen for 1D convolutions.Gravatar A. Unique TensorFlower2017-09-07
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-07
* Fixed a typo in documentation for select_last_activations().Gravatar A. Unique TensorFlower2017-09-07
* Disable tsan for keras:wrappers_test.Gravatar A. Unique TensorFlower2017-09-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-07
* Remove unused BUILD depdendenciesGravatar A. Unique TensorFlower2017-09-07
* Adding test for tf.cond with a mutable boolean pred.Gravatar A. Unique TensorFlower2017-09-07
* Add missing #include.Gravatar A. Unique TensorFlower2017-09-07
* Unify all profile files (graph,run_meta,op_log) into one.Gravatar A. Unique TensorFlower2017-09-06
* [XLA] Rip CheckFusionNode() out of instruction, and move it into the HLO veri...Gravatar A. Unique TensorFlower2017-09-06
* tfdbg: Fix python3 breakage in grpc debug tests caused by bytes-type plugin_d...Gravatar Shanqing Cai2017-09-06
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-06
* Add sloppy_interleave dataset operator.Gravatar Brennan Saeta2017-09-06
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-06
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-06
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Fix typo in graph transforms error messageGravatar A. Unique TensorFlower2017-09-06
* Ensure using "path" as a URI will keep working.Gravatar A. Unique TensorFlower2017-09-06
* Temporarily disable tf_should_use wrapper, since it can causeGravatar Vijay Vasudevan2017-09-06
* Make content field of PluginData a bytes fieldGravatar A. Unique TensorFlower2017-09-06
* A eager Saver that allows restore on create.Gravatar A. Unique TensorFlower2017-09-06
* Added custom metric support for tf.estimator.Estimator.Gravatar Mustafa Ispir2017-09-06
* Change trace.py to not access a graph as a default argument.Gravatar Vijay Vasudevan2017-09-06
* Propagate the original stack trace when exceptions caught be MonitoredSessionGravatar A. Unique TensorFlower2017-09-06
* Make writer_test avoid setting content to a stringGravatar A. Unique TensorFlower2017-09-06
* detecting cycles when users add a control edge to a graphGravatar Olivia Nordquist2017-09-06
* Remove `SimpleGraphExecutionState::costs_`, which is unused.Gravatar Derek Murray2017-09-06
* Reduce batch size for resampler backward pass test, to speed up test.Gravatar A. Unique TensorFlower2017-09-06
* [TF:XLA] In Literal: correctly handle operands with zero elements inGravatar Kay Zhu2017-09-06
* Avoid unnecessary buffer allocations & deallocationsGravatar Brennan Saeta2017-09-06
* Make the text summary write no plugin data contentGravatar A. Unique TensorFlower2017-09-06
* Add int8 version of fused_conv2d_bias_activation operator for the forward phase,Gravatar A. Unique TensorFlower2017-09-06
* Switches to OrderedDict to make the dictionary order deterministic so we have...Gravatar A. Unique TensorFlower2017-09-06
* Add csv dataset example to get_started/regression.Gravatar Mark Daoust2017-09-06
* Make cuda_solvers_gpu.cu.cc compile with nvcc8.Gravatar A. Unique TensorFlower2017-09-06
* Automated g4 rollback of changelist 156748870Gravatar A. Unique TensorFlower2017-09-06
* Improved documentation about eval ops in EstimatorSpec.Gravatar Mustafa Ispir2017-09-06
* Sets the distributed training related properties of RunConfig based on TF_CON...Gravatar Jianwei Xie2017-09-06