aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* examples/android/README.md: lower example image width to allow them to ↵Gravatar Andrew Harp2017-02-28
| | | | | | properly display on the same row. Change: 148806312
* Migrate vz_distribution_chart and tf_distribution_dashboard to webfiles.Gravatar Dandelion Mané2017-02-28
| | | | Change: 148806189
* Fix broken tensorflow-cl-windows-cmakeGravatar A. Unique TensorFlower2017-02-28
| | | | Change: 148805879
* When reuse is False in variable_scope, treat is as None (inherit from parent).Gravatar Lukasz Kaiser2017-02-28
| | | | | (All known callers already assumed that this was the case before.) Change: 148805391
* Remove kubectl_util and benchmark_util from tensorflow repo since they now liveGravatar A. Unique TensorFlower2017-02-28
| | | | | under benchmarks repo (https://github.com/tensorflow/benchmarks). Change: 148802196
* Use buffer forwarding in assign_op.Gravatar A. Unique TensorFlower2017-02-28
| | | | Change: 148797512
* Replace broken junit download link with maven.Gravatar A. Unique TensorFlower2017-02-28
| | | | Change: 148795638
* Removes unecessary tf_gather from cross entropy loss.Gravatar Blake Hechtman2017-02-28
| | | | Change: 148794476
* [XLA] Add predicate reduce test.Gravatar Jacques Pienaar2017-02-28
| | | | Change: 148791273
* tfdbg: add option to tolerate debug op creation failuresGravatar Shanqing Cai2017-02-28
| | | | Change: 148788753
* Ensures Bitcast is not performed between different elment sizes.Gravatar Blake Hechtman2017-02-28
| | | | | | Removes restrictive requirement that replacing an operand requires compatible shapes which is not true with broadcast optimizations. Change: 148786513
* Used scaffold in estimator.evaluate.Gravatar Mustafa Ispir2017-02-28
| | | | Change: 148786108
* Simple benchmark of resource manager overhead.Gravatar Alexandre Passos2017-02-28
| | | | Change: 148778464
* Work around bug in some Clang versions that can lead to these macros expandedGravatar A. Unique TensorFlower2017-02-28
| | | | | into different string literals compared to GCC. Change: 148767816
* Add a ScheduledOutputTrainingHelper.Gravatar A. Unique TensorFlower2017-02-28
| | | | Change: 148765793
* Go: Provide a mechanism to configure the Session.Gravatar Asim Shankar2017-02-28
| | | | | | | | A Session is configured using the ConfigProto protocol buffer. For now, continuing with attempts to keep the 'tensorflow' go package free of any protocol buffer dependencies, SessionOptions uses a serialized representation of this message. This choice might make sense to revisit. Change: 148750535
* Automated rollback of change 148702459Gravatar Gunhan Gulsoy2017-02-28
| | | | Change: 148740836
* Work around bug in some Clang versions that can lead to these macros expandedGravatar A. Unique TensorFlower2017-02-27
| | | | | into different string literals compared to GCC. Change: 148735423
* Fixing variables typo in part of the code sampleGravatar A. Unique TensorFlower2017-02-27
| | | | | And param order in nce_loss in the code sample Change: 148732811
* Users can pass a list of class ids to multiclass/multilabel heads where we ↵Gravatar Zakaria Haque2017-02-27
| | | | | | compute some per class metrics. The per class AUC had a bug where we were using logits rather than probabilities. This CL fixes this bug. Change: 148727736
* Added a test to check model_fn with lambdaGravatar Mustafa Ispir2017-02-27
| | | | Change: 148709245
* state_saving_rnn_estimator_test.py is no longer flaky.Gravatar John Bates2017-02-27
| | | | Change: 148707426
* Remove legacy special case for ToFloat in InferAllocAttr(). The ToFloat op ↵Gravatar A. Unique TensorFlower2017-02-27
| | | | | | | behaves like any other cast op now. Micro-optimization: Don't call InferAllocAttr on control edges, since the result is ignored anyway. Change: 148705319
* Add tensorflow::gtl::optional.Gravatar Justin Lebar2017-02-27
| | | | Change: 148702459
* Adding a mean per-class accuracy metric.Gravatar Dumitru Erhan2017-02-27
| | | | Change: 148700711
* [XLA] Add basic outfeed support.Gravatar Jacques Pienaar2017-02-27
| | | | Change: 148699787
* Moved common code out of RNN Estimators.Gravatar John Bates2017-02-27
| | | | Change: 148698589
* Disable evaluation_test from cmake build.Gravatar Gunhan Gulsoy2017-02-27
| | | | | It is disabled in bazel already. Change: 148691841
* Java: Memory leak fix and Windows friendliness.Gravatar Asim Shankar2017-02-27
| | | | | | | - Delete memory allocated for exception error messages. - Use vsnprintf instead of vasprintf for allocating exception error messages since the latter doesn't seem to be easily available on Windows. Change: 148687623
* Fix the estimator import error on windows cmake buildGravatar Jianwei Xie2017-02-27
| | | | Change: 148684190
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
| | | | | | | | | | | | | | * enable compilation of VarIsInitializedOp. * fix deprecated variable initializer in variable_ops_test.py * simplify variable logic in XlaContext, move intelligence into XlaOpKernelContext. * add resource variable support in the contrib layers library. Cleanups and refactorings: * merge XlaCompiler::CompileSubComputation with XlaCompiler::CompileFunction. * pass XlaCompiler arguments consistently via XlaCompiler::Options. * split the two roles of XlaCompiler::CompilationResult::input_shapes into input_mapping and xla_input_shapes. * initialize the numpy and Python seeds to a constant for XLA test cases. Change: 148683645
* Refactor the buffer forwarding code:Gravatar A. Unique TensorFlower2017-02-27
| | | | | | | | * Moves the core forwarding logic to a new function forward_input that is not restricted to forwarding to an output slot, but also allows, e.g., reusing input buffers as temporaries or variables. * Gets rid of forward_input_to_output_with_same_shape that is now unused. * Adds convenience methods input_memory_type(), output_memory_type, and (private) input_is_ref() to OpKernelContext. * Misc. small cleanups. Change: 148683484
* We've moved from using the docs in g3doc/ to docs_src/ files, whichGravatar A. Unique TensorFlower2017-02-27
| | | | | get additional processing before being published. Change: 148682342
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-02-27
| | | | Change: 148682151
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-02-27
| | | | Change: 148681977
* Fix assert error in evaluation_test on windows.Gravatar Jianwei Xie2017-02-27
| | | | Change: 148681573
* Bugfix: Ensure tf.random_gamma can never return 0. Fixes #7474.Gravatar Joshua V. Dillon2017-02-27
| | | | Change: 148678769
* Move cluster initialization to happen during training using training hooksGravatar A. Unique TensorFlower2017-02-27
| | | | | | | | | instead of depending on variable initialization logic. This avoids deadlocks that can happen if QueueRunners are used to generate data. Deadlocks would happen since initialization would wait for QueueRunner to generate data, but QueueRunners were not started till variable initialization was complete. Also some refactoring of the code to move Hooks and model function out of the Estimator class. Change: 148678573
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
| | | | Change: 148678164
* Fix a bug where queue_parsed_examples fails for single tensors.Gravatar A. Unique TensorFlower2017-02-27
| | | | Change: 148676738
* [TF:XLA] Refactor build targets in //tensorflow/compiler/jit, split ops into ↵Gravatar Peter Hawkins2017-02-27
| | | | | | | more traditional ops/ and kernels/ directories. No functional changes. Change: 148673534
* - Upgraded libxsmm to 1.7.1.Gravatar A. Unique TensorFlower2017-02-27
| | | | | | | | | | | | | - Applied LLVM optimization patch to libxsmm (https://github.com/hfp/libxsmm/commit/0e412d5d2769a8754cace64e56e26e14093f887d.patch). - Limited outstanding libxsmm sparse matrix multiply handle counts to limit memory usage for temporary space. - Added extra logging to libxsmm handle management in TensorFlow. - Added support for running multiple sparse matrix multiplies simultaneously in performance benchmark to match some practical use cases. - Added more size combinations to sparse matrix multiply benchmark. - Fixed dependencies for xsmm_conv2d_test. Change: 148672973
* [XLA] Set layout of fused instructions in `ReshapeMover`Gravatar A. Unique TensorFlower2017-02-27
| | | | Change: 148671742
* [TF:XLA] Silence a number of compiler warnings, in particular warnings ↵Gravatar Peter Hawkins2017-02-27
| | | | | | | repeatedly issued by code in headers. Fixes #7919 Change: 148670735
* Measure feed/fetch overhead on CPU only, to focus on Session-related overhead.Gravatar Derek Murray2017-02-27
| | | | Change: 148669949
* Add the job's DeviceSet to the options for optimization passes that run in ↵Gravatar A. Unique TensorFlower2017-02-27
| | | | | | the session master. Change: 148669552
* [XLA] Add HLO call graph.Gravatar Mark Heffernan2017-02-27
| | | | | | | | Add an HLO call graph class. The object includes a node for each computation and forward and backwards links between them. Node include the calling context: either parallel (eg, kMap) or sequential (eg, kCall). The class is not used anywhere yet, but there are numerous potential uses throughout the HLO level. Change: 148669295
* Migrate tf-audio-dashboard to webfiles.Gravatar Dandelion Mané2017-02-27
| | | | Change: 148668422
* Internal-only changesGravatar Shanqing Cai2017-02-27
| | | | Change: 148668420
* Remove the libtensorflow_c.so target.Gravatar Asim Shankar2017-02-27
| | | | | | | | | | | | | | | | | | This was identical to libtensorflow.so for all but a few days in the life of libtensorflow_c.so's existence. Remove libtensorflow_c.so to remove any confusion about which target to use for the TensorFlow C library. (https://github.com/tensorflow/tensorflow/commit/783c52e and #3830 were the changes that resulted in two targets doing the same thing) I have made attempts to remove use of libtensorflow_c.so in other projects such as: https://github.com/LaurentMazare/tensorflow-ocaml/pull/19 https://github.com/tensorflow/rust/pull/56 https://github.com/malmaud/TensorFlow.jl/pull/157 Change: 148665838