History log of /external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
982549ea3423df4270ff154e5c764beb43d472da 26-Jan-2018 Rasmus Munk Larsen <rmlarsen@google.com> Branch 183429339 (#16469)

* Change `reduce_logsumexp` to internally use `reshape` rather than `squeeze`
since the latter requires the `axis` arg to be a Python `list`.

PiperOrigin-RevId: 183396533

* Kernel utils to support broadcast add and mul.

PiperOrigin-RevId: 183397494

* Updating sparsify_gather.

PiperOrigin-RevId: 183402917

* [tf.data] Move slow-path-related code into the slow path in IteratorHandleOp::Compute().

This slightly reduces the amount of work performed when an iterator is accessed (after the first access), and potentially reduces contention if concurrent steps are accessing the same iterator.

PiperOrigin-RevId: 183406221

* Cleanup: Ran clang-format on all *.{cc,h} in under grappler.

PiperOrigin-RevId: 183406440

* Increase shard count of //third_party/tensorflow/python:nn_batchnorm_test to avoid timeouts

When run under asan, the test runs for about 5 minutes, and sometimes
longer, causing frequent timeouts.

This change increases the shard count of the test to 4, which brings the run time
of the longest running shard under asan to about 2 minutes.

PiperOrigin-RevId: 183414888

* Add available choices to toco flags and fix minor formatting issues.

PiperOrigin-RevId: 183415713

* Performance improvements to some GPU code to use shared locks instead of unique locks for some hotspot cases.

PiperOrigin-RevId: 183418559

* [XLA] Improve error message for bad slices.

PiperOrigin-RevId: 183420038

* Fix py3 build rules for all py tests under py2tf.

PiperOrigin-RevId: 183422144

* Fix bug with Operation._control_inputs setter.

PiperOrigin-RevId: 183422192

* Make softmax_op_test.py work with C API enabled.

PiperOrigin-RevId: 183422829

* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.

PiperOrigin-RevId: 183423961

* Fix the documentation for the dense layer for how rank > 2 inputs are handled.

PiperOrigin-RevId: 183425868

* Cleanup: Ran clang-format on all *.{cc,h} in tensorflow/core/ops.

PiperOrigin-RevId: 183429339
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
191825e63f341a4e7777b85254f616e541000d5c 27-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Delete trailing whitespace

PiperOrigin-RevId: 177008504
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
bb80ae7f57260f35358eb777ba1511fa23f13609 17-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> Parallelized Split and SplitV TensorFlow ops across different output tensors. Also did some cleanup in sparse matrix multiplication benchmark.

PiperOrigin-RevId: 165530233
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
db8ea4ff07ad75cf5f0220428fbe4b84fcf68f4a 27-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> - Upgraded libxsmm to 1.7.1.
- 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
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
769496bb0d3093a5531268635d364950c93327d6 13-Jan-2017 Patrick Nguyen <drpng@google.com> Merge changes from github.
Change: 144396000
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
fdb4213357d10f66d5cffd229976c8042e8f9af7 21-Dec-2016 Jonathan Hseu <jhseu@google.com> Fix flaky SparseMatMul test. Test uses uninitialized variables, which can occasionally be NaN.
Change: 142669425
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
35b6050b574e6b4c4cecf8db2a0c37e48d43b9ea 30-Nov-2016 A. Unique TensorFlower <gardener@tensorflow.org> Added AVX-512 support to Eigen and TensorFlow.
Change: 140553382
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
db769cc4f04bac93221cdbe16cf4ed2e9785163e 07-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Fix MacOS failures with -mavx in Interleave Packet Test
Change: 124200069
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
6b373bb149396beec11347881b2d6dedfbcc83c4 10-May-2016 A. Unique TensorFlower <nobody@tensorflow.org> Allow bfloat16 inputs to SparseMatMul.
Change: 121980920
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
7cddb41a31650ec57cc2110bfd9f2a8eb9b42613 06-May-2016 A. Unique TensorFlower <nobody@tensorflow.org> Adding new intrinsics to be used by SparseMatMul
Change: 121636618
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
3ede5506acf6a026f09eda33277d46e34ac7ed10 26-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Global search & replace to move to the new location for
tensorflow/core/ files and build targets.
Change: 113075177
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
c8eaac926c929e07ac8db69f67803a2223ff2d93 20-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Many tensorflow/core build clean ups.
Change: 112523833
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
f592f23775e2a6ac75496829db5005d3bb70a3d2 19-Jan-2016 A. Unique TensorFlower <nobody@tensorflow.org> Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
854f49bd43588c062b046384f239f64a3d819702 25-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Upstream changes to git

Changes:
- Updates to docs
- Several changes for Python 3 compatibility
- Added license headers

Base CL: 108710566
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
9c3043ff3bf31a6a81810b4ce9e87ef936f1f529 20-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Improve performance of Alexnet

Changes:

* error message that refers to removed `DefaultSession` method.
* -Wnull-conversion warnings
* the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set.
* typo in tutorial data download progress message.
* a typo ("however their installing"=>"however installing").
* typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website.
* a typo ("subtact"=>"subtract").
* protobuf examples in comments in tensorflow::Example.proto.
* formula formatting in MNIST beginner tutorial
* negative fraction-of-queue-full stats
* protobuf inclusion path so that Android demo will build under Blaze.
* small typo (moderatly > moderately)
* Session.run() to check that tensor arguments come from the session's graph.
* another six import
* seq2seq typo in bazel command

Base CL: 108349164
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
4213ac97be449d0e40631a314d2b7bd3901d4967 17-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: conv improvements, label_image example, and
a few other changes.

Changes:
- Some improvements to convolution by using 32-bit indices by
@benoitsteiner. Not all calls converted yet. Also some
improvements to pooling as well by @benoitsteiner.

- Improvements to sparse matmul CPU implementation by Ashish

- Some fixes to warnings by @vrv

- Doc fixes to padding by @Yangqing

- Some improvements to Tensor wrappers by Eider

- Speed up of matrix inverse on CPU by Rasmus

- Add an example of doing image inference from a pre-trained model
by @petewarden.

- fixed formula in mnist example by nodir

- Updates to event accumulator by Cassandra

- Slight changes to tensor c api by @mrry

- Handling of strings in listdiff by Phil

- Fix negative fraction-of-queue-full stats by Frank

- Type-checking improvement to importer by Yaroslav

- logdir recursive search for Tensorboard by @danmane

- Session.run() checks for empty graph by Manoj

Base CL: 108013706
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc
f41959ccb2d9d4c722fe8fc3351401d53bcf4900 07-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Initial commit of TensorFlow library.
TensorFlow is an open source software library for numerical computation
using data flow graphs.

Base CL: 107276108
/external/tensorflow/tensorflow/core/kernels/sparse_matmul_op_test.cc