aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Switch tf-learn BaseEstimator.evaluate() to using evaluation.evaluate_once()Gravatar Shanqing Cai2017-01-04
* Mark gemmlowp result as initialized.Gravatar Patrick Nguyen2017-01-04
* Add support for byte-level native access for Android TensorFlow.Gravatar A. Unique TensorFlower2017-01-04
* Change for internal compatibility.Gravatar A. Unique TensorFlower2017-01-04
* Fix parsing of Python command-line arguments in tests.Gravatar Peter Hawkins2017-01-04
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-01-04
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-04
* Fix typo (though --> through) in tf.placeholder_with_default().Gravatar A. Unique TensorFlower2017-01-04
* Updated description of CheckpointSaver.Gravatar A. Unique TensorFlower2017-01-04
* LinearOperator (base class), prefer statically defined shape if available.Gravatar Ian Langmore2017-01-04
* Automated rollback of change 143523842Gravatar A. Unique TensorFlower2017-01-04
* Convert tf.flags usage to argparse. Move use of FLAGS globals into main() only.Gravatar Vijay Vasudevan2017-01-04
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-03
* tfdbg doc: minor fix re. command-line flagsGravatar Shanqing Cai2017-01-03
* tfdbg CLI: let list_tensors (lt) output display dump file sizeGravatar Shanqing Cai2017-01-03
* Added Experiment integration tests with custom Estimator, linear/dnn/combined...Gravatar Mustafa Ispir2017-01-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-03
* Fix usage of tensorflow namespace in graph_to_dotGravatar Pete Warden2017-01-03
* Optimize im2col section of quantized convolutionGravatar Pete Warden2017-01-03
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-01-03
* Adds the following new ops:Gravatar A. Unique TensorFlower2017-01-03
* Android: add Timer utility class for measuring cpu and wall time.Gravatar Andrew Harp2017-01-03
* Fix freeze_graph.Gravatar A. Unique TensorFlower2017-01-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-03
* Fix a bug in sparse_softmax_cross_entropy for weights of unspecified shape.Gravatar A. Unique TensorFlower2017-01-03
* Add control edge support to TensorId.Gravatar Skye Wanderman-Milne2017-01-03
* Remove unused FLAGS.Gravatar Patrick Nguyen2017-01-03
* Restrict weights rank to be the same as the broadcast target, to avoid ambigu...Gravatar A. Unique TensorFlower2017-01-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-03
* Pass Estimator model_dir to the model_fn.Gravatar A. Unique TensorFlower2017-01-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-03
* Handle non-tensor args for predictions and labels.Gravatar A. Unique TensorFlower2017-01-03
* Update documentation for parse_example vs parse_single_example.Gravatar A. Unique TensorFlower2017-01-03
* Update pylintrc.Gravatar A. Unique TensorFlower2017-01-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-03
* Fix `sample` shape hints and remove `sample_n`.Gravatar Joshua V. Dillon2017-01-03
* Fixed incorrect example for tf.while_loop().Gravatar A. Unique TensorFlower2017-01-03
* tfdbg doc: emphasize the new required BUILD dependnecyGravatar Shanqing Cai2017-01-03
* Add a benchmark for TensorFlow RPC performanceGravatar Jonathan Hseu2017-01-03
* Ensure that _CompressHistogram() always returns a CompressedHistogramEvent ob...Gravatar A. Unique TensorFlower2017-01-03
* Internal only change.Gravatar Jack Rae2017-01-03
* Corrected typo.Gravatar A. Unique TensorFlower2017-01-03
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2017-01-02
* Merge changes from github.Gravatar A. Unique TensorFlower2017-01-02
* Get rid of the last references to FunctionDef.node before weGravatar A. Unique TensorFlower2016-12-31
* Added more fine-grained shape inference for TensorArray such that partly unkn...Gravatar A. Unique TensorFlower2016-12-31
* tfdbg CLI: fix bugs related to terminal sizeGravatar Shanqing Cai2016-12-30
* Add more display options to benchmark, including FLOPsGravatar Pete Warden2016-12-30
* Deal with the case where _SwitchGrad() is not called the first time for a whi...Gravatar A. Unique TensorFlower2016-12-30
* Add missing gradients to tf.ceil and tf.round.Gravatar A. Unique TensorFlower2016-12-30