aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Use the numeric gradient checker for unary math gradient tests.Gravatar A. Unique TensorFlower2017-09-13
* eager: exposes graph_callable.Gravatar Ali Yahya2017-09-13
* Remove two unused TF_BUILD_* from ci_parameterized_build.sh script.Gravatar Michael Case2017-09-13
* [tf.contrib.data] Delete `Dataset.read_batch_features()`.Gravatar Derek Murray2017-09-13
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-13
* Make Keras only initialize a variable after checking `tf.is_variable_initiali...Gravatar Francois Chollet2017-09-13
* Add more tests to select and scatter emitterGravatar Yunxing Dai2017-09-13
* Fix description of tf.norm as it doesn't actually accept `ord=0`.Gravatar A. Unique TensorFlower2017-09-13
* tfdbg: change grpc protocol to make it possible to switch on/off gated_grpc d...Gravatar Shanqing Cai2017-09-13
* Automated g4 rollback of changelist 168576795Gravatar Olivia Nordquist2017-09-13
* Remove overly-conservative CHECK in rematerialization. The CHECK verifiedGravatar Mark Heffernan2017-09-13
* Banish threading_and_queues to api_guidesGravatar Mark Daoust2017-09-13
* Expose ResourceVariable as tfe.VariableGravatar Alexandre Passos2017-09-13
* Switch the softmax to use the new deterministic reductions on the GPU,Gravatar A. Unique TensorFlower2017-09-13
* [XLA] Move ReusesOperandElements() fusion check into the CPU/GPU subclasses.Gravatar A. Unique TensorFlower2017-09-13
* tfdbg: fix a bug wherein the debug session wrappers didn't really work as con...Gravatar Shanqing Cai2017-09-13
* Add -D__STDC_FORMAT_MACROS to all C++ source file compilations.Gravatar A. Unique TensorFlower2017-09-13
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-13
* Refactor optimizers and cleanup registrationGravatar A. Unique TensorFlower2017-09-13
* Reenable ** operator overloading test in `testOperatorOverrides()`.Gravatar Henry Tan2017-09-13
* Improve the error message of container not found.Gravatar Jianwei Xie2017-09-13
* Remove cond for zero-shape in resample. random_poisson supports 0 shapes.Gravatar A. Unique TensorFlower2017-09-13
* Don't use an appendable file when dumping out LLVM IR.Gravatar A. Unique TensorFlower2017-09-13
* Change code generation of fmax/min to fcmp+select when fast math is enabled.Gravatar A. Unique TensorFlower2017-09-13
* Output predictions and metrics in train mode for multihead.Gravatar A. Unique TensorFlower2017-09-13
* Add WhileContext class and add plumbing for creating them.Gravatar Skye Wanderman-Milne2017-09-13
* Add mel-scale conversion matrix support to tf.contrib.signal.Gravatar RJ Ryan2017-09-13
* Fix a segmentation fault caused by invalid log directory in InternalFlush().Gravatar Henry Tan2017-09-13
* Remove benchmark for TensorShapeOld.Gravatar A. Unique TensorFlower2017-09-13
* [XLA] Fix CHECK-failure crash if a non-tuple was passed to GetTupleElement.Gravatar Peter Hawkins2017-09-13
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-13
* make `tf.sets` examples executableGravatar Mark Daoust2017-09-13
* Use a map instead of a vector of Children() in the BeamEntry.Gravatar A. Unique TensorFlower2017-09-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-13
* Implementing gradients for tf.image.resize_bicubic.Gravatar A. Unique TensorFlower2017-09-13
* Add the ability to warn only once if deprecated functionality is used, and ma...Gravatar Martin Wicke2017-09-13
* [XLA] Make shape inference error messages for the While HLO more readable. Bu...Gravatar Peter Hawkins2017-09-13
* Discard some unneccessary logging commands.Gravatar A. Unique TensorFlower2017-09-12
* Fix wrong format of logging message.Gravatar A. Unique TensorFlower2017-09-12
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-12
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-12
* Add crop_and_decode_jpeg_op that combines the crop and decode for betterGravatar Mingxing Tan2017-09-12
* [XLA] Make large params test only run in opt builds.Gravatar Chris Leary2017-09-12
* [XLA] Add tests for large numbers of parameter / return values and while loops.Gravatar Chris Leary2017-09-12
* Added test cases on R4 slice.Gravatar A. Unique TensorFlower2017-09-12
* Add cast S64 to F32 test.Gravatar Jacques Pienaar2017-09-12
* Add an automatically-generated "tensorflow.python.platform.build_info" script.Gravatar Derek Murray2017-09-12
* reenabling tests that are passingGravatar Olivia Nordquist2017-09-12
* Add const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-12
* Use the scalar cache in MeanGrad.Gravatar Alexandre Passos2017-09-12