aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge Rc2 back to master.Gravatar Amit Patankar2017-08-04
* Fix typosGravatar Taehoon Lee2017-08-04
* Adds cudnn_rnn_ops_op_lib and cudnn_rnn_kernels to contrib_ops_op_lib andGravatar A. Unique TensorFlower2017-08-03
* C API: Make TF_TensorFromTensor return an error instead of just logging it.Gravatar Asim Shankar2017-08-03
* Build fixes.Gravatar Jonathan Hseu2017-08-03
* Support freeze mode for fused batch norm.Gravatar Yao Zhang2017-08-03
* C API: TF_Tensors will always be in host memory.Gravatar Asim Shankar2017-08-03
* [TF:XLA] Add _XLASend and _XLARecv TF ops that wrap the XLA Send/Recv HLO ops.Gravatar Peter Hawkins2017-08-03
* [XLA] Add test blacklist mechanism for XLA C++ unit tests.Gravatar Peter Hawkins2017-08-03
* Document dict ordering in nest and make it consistent with sonnet.Gravatar A. Unique TensorFlower2017-08-03
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-03
* Automated g4 rollback of changelist 164078808Gravatar Anna R2017-08-03
* Give queue runner threads sensible names.Gravatar A. Unique TensorFlower2017-08-03
* Automated g4 rollback of changelist 164076707Gravatar A. Unique TensorFlower2017-08-03
* Improve handling of transcendental operations in the Hlo profile:Gravatar A. Unique TensorFlower2017-08-03
* Fine-grained memory profilingGravatar A. Unique TensorFlower2017-08-03
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-03
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-03
* Added a test for skipping dot in implicit->explicit conversion.Gravatar A. Unique TensorFlower2017-08-03
* Added n-input, n-output identity op for CPU and GPU.Gravatar A. Unique TensorFlower2017-08-03
* When dumping XLA computations, use RecursivelyCreateDir instead of CreateDir.Gravatar A. Unique TensorFlower2017-08-03
* Skip dot operation in implicit->explicit broadcast conversion, because dotGravatar A. Unique TensorFlower2017-08-03
* Add script for osx contrib build.Gravatar A. Unique TensorFlower2017-08-03
* Remove unnecessary .op calls in math_gradGravatar Alexandre Passos2017-08-03
* Fix dumping of non-fusion subgraphs.Gravatar Justin Lebar2017-08-03
* Correct typo in URL formatting.Gravatar A. Unique TensorFlower2017-08-03
* [XLA] Implement Tuple and GetTupleElement instruction in HloEvaluator.Gravatar Kay Zhu2017-08-03
* Allow to actually peak_bytes and live_bytes whenGravatar A. Unique TensorFlower2017-08-03
* Internal change.Gravatar Alexandre Passos2017-08-03
* Add a null check on enter_ctx and update the null check on merge_ctxGravatar A. Unique TensorFlower2017-08-03
* SumGrad uses constant_valueGravatar Alexandre Passos2017-08-03
* Fix some typos and try to make it clear the exact command to type by removing...Gravatar A. Unique TensorFlower2017-08-03
* Assign unique ids at the HloModule level to each HloInstruction object.Gravatar Jeffrey A. Dean2017-08-03
* Connect fused_batch_norm in tf with BatchNorm ops in xla.Gravatar A. Unique TensorFlower2017-08-03
* Dockerfiles / script for TF remote build imagesGravatar A. Unique TensorFlower2017-08-03
* Support MetaGraph loading in freeze_graphGravatar Pete Warden2017-08-03
* Use SWIG_exception_fail instead of SWIG_failGravatar A. Unique TensorFlower2017-08-03
* Make sure variance doesn't go below zero from floating point errors in Tensor...Gravatar A. Unique TensorFlower2017-08-03
* The return type of the response in the the Google Cloud TPU APIs is a dict ra...Gravatar Frank Chen2017-08-03
* Make PluginData best practice be binary protoGravatar Justine Tunney2017-08-03
* Slightly more idiomatic API for TensorForestEstimator, including being able t...Gravatar A. Unique TensorFlower2017-08-03
* Add a test for HLO instruction stringification.Gravatar A. Unique TensorFlower2017-08-03
* Copy function definitions from TF_Graph to session's graphGravatar A. Unique TensorFlower2017-08-03
* TPUs: Change the default from sum to mean for cross-shard gradient reduction.Gravatar Jonathan Hseu2017-08-03
* Remove NotImplementedError from constructor of EventListenerBaseStreamHandlerGravatar Shanqing Cai2017-08-03
* Factor tensorflow/core:protos_all_cc rule out into Skylark function.Gravatar A. Unique TensorFlower2017-08-03
* [TF:XLA] Remove useless lock in XlaCompiler.Gravatar Peter Hawkins2017-08-03
* Add 2d convolution test.Gravatar A. Unique TensorFlower2017-08-03
* Fix a bug in seek_next due to which seeks were performed 2^(num_epochs - 1)Gravatar A. Unique TensorFlower2017-08-03
* Enable an event limit in a profiling request. Clients usually cannot displayGravatar A. Unique TensorFlower2017-08-03