aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-06-26
* Adds notes to prevent overfitting for Experiment continous_train_and_eval.Gravatar Jianwei Xie2017-06-26
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-06-26
* Switch tfprof to use proto3Gravatar A. Unique TensorFlower2017-06-26
* Properly handle RefEnter, RefExit and RefNextIteration nodes.Gravatar Benoit Steiner2017-06-26
* Added a tool to report the static information that can be extracted from a TF...Gravatar Benoit Steiner2017-06-26
* Simplify strided_slice's shape handlingGravatar Geoffrey Irving2017-06-26
* Fix missing variable unrefGravatar A. Unique TensorFlower2017-06-26
* [XLA] Move HLO dumping flags from service_flags to debug_options_flagsGravatar Eli Bendersky2017-06-26
* Deletes iris_val_based_early_stopping example, which uses deprecated Validati...Gravatar A. Unique TensorFlower2017-06-26
* [TPUEstimator] Make input_fn invoked properly with eval on CPU.Gravatar Jianwei Xie2017-06-26
* Move resampler from sonnet to contrib.Gravatar A. Unique TensorFlower2017-06-26
* Follow LLVM/ORC upstream API change in r306166.Gravatar A. Unique TensorFlower2017-06-25
* Made TensorFlow documentation on LSTMs slightly more accurate.Gravatar A. Unique TensorFlower2017-06-24
* Fix multinomial doc-string, input arg logits expects to log-probabilities and...Gravatar A. Unique TensorFlower2017-06-24
* Avoid hardcoded names for temporary files in tests.Gravatar A. Unique TensorFlower2017-06-23
* SinhArcSinh bijector added.Gravatar Ian Langmore2017-06-23
* BUILD cleanup in tensorflow/tools/...Gravatar A. Unique TensorFlower2017-06-23
* Disable flaky run_metadata_test.Gravatar Gunhan Gulsoy2017-06-23
* Make the CPU compiler dump optimized IR along with the unoptimized IR.Gravatar A. Unique TensorFlower2017-06-23
* Use std::shared_ptr instead of core::RefCounted for Node::PropertiesGravatar Skye Wanderman-Milne2017-06-23
* Avoid doing unecessary work in the OptimizeGraph() function whenever possibleGravatar Benoit Steiner2017-06-23
* Add kernel tests for boosted_trees.Gravatar A. Unique TensorFlower2017-06-23
* Updates some examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-23
* Sinh, ArcSinh, Cosh, LogCosh functions added to distributions/python/ops/trig.Gravatar Ian Langmore2017-06-23
* Use short-proto for logging purposes.Gravatar Brennan Saeta2017-06-23
* Add item's graph to partition_graphs in virtual cluster's run method.Gravatar A. Unique TensorFlower2017-06-23
* Modify ControlFlowContext to also respect import_scope in 'values_' and keys ...Gravatar A. Unique TensorFlower2017-06-23
* Updated wide-n-deep tutorial code to use core version of estimators and featu...Gravatar Mustafa Ispir2017-06-23
* Add a few diagnostic flags to help narrow down issues with the LLVMGravatar A. Unique TensorFlower2017-06-23
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Don't crash if a metagraph fails to load.Gravatar Benoit Steiner2017-06-23
* Add None check for save_path when restoring checkpoints as if something is wr...Gravatar Steven Hickson2017-06-23
* tfdbg: a few minor fixes and improvementsGravatar Shanqing Cai2017-06-23
* Re-enable IR dumping for the sequential CPU backend.Gravatar A. Unique TensorFlower2017-06-23
* Increase rtol for util_test.Gravatar Joshua V. Dillon2017-06-23
* Java: NativeLibrary: Fix URL in error message.Gravatar Asim Shankar2017-06-23
* [XLA] Add general F32 implementation for ReducePrecision operation.Gravatar A. Unique TensorFlower2017-06-23
* Add TraceMe instrumentation of RunStep in GRPC distributed runtime.Gravatar A. Unique TensorFlower2017-06-23
* Updates linear.md tutorialGravatar A. Unique TensorFlower2017-06-23
* [XLA] Remove unused xla_cpu flag and move another to DebugOptions.Gravatar Eli Bendersky2017-06-23
* [TF:XLA] Update LLVM to upstream revision r306085.Gravatar A. Unique TensorFlower2017-06-23
* Follow upstream API change from r306058.Gravatar A. Unique TensorFlower2017-06-23
* [XLA] Small error message improvement in binop shape inference.Gravatar A. Unique TensorFlower2017-06-22
* Make occurence (op run times and op definition) selectableGravatar A. Unique TensorFlower2017-06-22
* [XLA:CPU] Add VLOGs to cpu_compiler.ccGravatar A. Unique TensorFlower2017-06-22
* Fixed cmake tests.Gravatar Mustafa Ispir2017-06-22
* Alligned how model-fns handled params among linear/dnn/combined estimators.Gravatar Mustafa Ispir2017-06-22
* Added canned estimators to Tensorflow library. List of added estimators:Gravatar Mustafa Ispir2017-06-22