aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Pad support for quantized zero.Gravatar Suharsh Sivakumar2018-04-10
* test previously untested eval codepaths.Gravatar A. Unique TensorFlower2018-04-10
* Handle duplicate features by coalescing them together into a single feature.Gravatar A. Unique TensorFlower2018-04-10
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Update declaration order in staging ops Buffer class according to C++ style g...Gravatar Smit Hinsu2018-04-10
* Checkpointable: wrap restore ops in init_scopeGravatar Allen Lavoie2018-04-10
* Employ array flat sizes more directly in reference_ops.Gravatar A. Unique TensorFlower2018-04-10
* Upgrade gRPC version and fix file duplicationGravatar Noah Eisen2018-04-10
* Expand list of value-preserving ops. This will increase the number of graphs ...Gravatar A. Unique TensorFlower2018-04-10
* Enable loop-invariant node motion in the Grappler loop optimizer.Gravatar A. Unique TensorFlower2018-04-10
* Fix bug in TFLite Interpreter python interfaceGravatar A. Unique TensorFlower2018-04-10
* [XLA] Fix the size of the data returned from Literal for sparse literals.Gravatar A. Unique TensorFlower2018-04-10
* Adds support for hoisting out common denominator in arithmetic_optimizerGravatar A. Unique TensorFlower2018-04-10
* [TF:XLA] fix a segfault in MakeFakeArguments, and add a test case.Gravatar Nick Desaulniers2018-04-10
* Simplify test_util.run_in_graph_and_eager_modesGravatar Asim Shankar2018-04-10
* Place data format op on CPU:0.Gravatar Yao Zhang2018-04-10
* Fix markdown in a couple of tf.estimator docstrings.Gravatar A. Unique TensorFlower2018-04-10
* Remove manifest_merger from tensorflow_demo. This is an internal-only attributeGravatar A. Unique TensorFlower2018-04-10
* Fix capitalization (on master)Gravatar Mark Daoust2018-04-10
* [XLA:GPU] Add infrastructure for unrolling kernels to improve bandwidth utili...Gravatar Benjamin Kramer2018-04-10
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
* Update documentGravatar A. Unique TensorFlower2018-04-10
* Suppress -Wself-assign in self-assignment tests, which triggers in newer clangGravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: implement and test custom call.Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement XlaBuilder::IsConstant, XlaBuidler::BuildConstantSu...Gravatar A. Unique TensorFlower2018-04-09
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
* Updating three tests in constant_folding_test.cc with PlaceHolders Nodes to c...Gravatar A. Unique TensorFlower2018-04-09
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-04-09
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Attach a reference client to the client_library_test_base, and implemen...Gravatar A. Unique TensorFlower2018-04-09
* Include standard headers when libc++ requires them.Gravatar A. Unique TensorFlower2018-04-09
* Add the total device time and total host time to tf_op_stats.Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement fft.Gravatar A. Unique TensorFlower2018-04-09
* [tf.data] Add parameter for select_cols in tf.decode_csv for option to parse ...Gravatar Rachel Lim2018-04-09
* boosted_trees: early stop hooks are fixed to stop at the right momentGravatar Younghee Kwon2018-04-09
* Remove extra #define EIGEN_USE_THREADS.Gravatar Skye Wanderman-Milne2018-04-09
* [slim] Allow passing timeout_fn to 'evaluation_loop' so that caller can have ...Gravatar A. Unique TensorFlower2018-04-09
* Don't fail when running shape inference on a graph that contains functions.Gravatar Benoit Steiner2018-04-09
* Export recurrent and its RNN implementation in tf.contrib.Gravatar Patrick Nguyen2018-04-09
* Internal ChangeGravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement infeed and outfeed.Gravatar A. Unique TensorFlower2018-04-09
* Hide slide_dataset from the new API.Gravatar Anna R2018-04-09
* Add bitcast-convert support to the evaluator and as a method on Literal.Gravatar Mark Heffernan2018-04-09
* [XLA] Use ThreadPool in a safer way.Gravatar Michael Kuperstein2018-04-09
* Don't run test flaky under TSAN.Gravatar A. Unique TensorFlower2018-04-09
* Acknowledges tape in graph mode doesn't like unknown shapesGravatar Alexandre Passos2018-04-09
* Tweak the context stack so init_scope works with eager GraphsGravatar Allen Lavoie2018-04-09
* Don't initialize global threadpool in GraphRunner.Gravatar Skye Wanderman-Milne2018-04-09
* Fix GPUDebugAllocator and GPUNanResetAllocator:Gravatar Guangda Lai2018-04-09
* Doccumentation fix for LossSpec.Gravatar A. Unique TensorFlower2018-04-09