aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/math_ops.py
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Compute `axes` and `free` statically during graph creation.Gravatar A. Unique TensorFlower2018-09-17
* Automated rollback of commit 5f28bab20d303e9f815bbe8611c24b7f751e6f9eGravatar A. Unique TensorFlower2018-09-14
* Avoid excessive cpu<->gpu memory swaps, compute shape ops on the CPU. ThisGravatar A. Unique TensorFlower2018-09-13
* Removes confusing comment in floordiv docstring.Gravatar A. Unique TensorFlower2018-09-11
* Documentation fixes for segment_* and unsorted_segment_* opsGravatar A. Unique TensorFlower2018-09-06
* Automated rollback of commit 73c7768904554b5b2b6420556b52bfaf43453423. Revert...Gravatar Karmel Allison2018-08-24
* Adds support of `IndexedSlices` to tf.cast. This is useful when casting gradi...Gravatar A. Unique TensorFlower2018-08-24
* Merge pull request #19792 from benmyara:matmul-flop-correctionGravatar TensorFlower Gardener2018-08-22
|\
* \ Merge pull request #21621 from facaiy:CLN/add_div_no_nan_opGravatar TensorFlower Gardener2018-08-20
|\ \
* | | Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* | | Merge pull request #21494 from npow:fix-15943Gravatar TensorFlower Gardener2018-08-14
|\ \ \
| | * | ENH: expose tf.div_no_nan apiGravatar Yan Facai (颜发才)2018-08-14
| | * | CLN: only support float32, float64Gravatar Yan Facai (颜发才)2018-08-14
| | * | CLN: rename unsafe_div => div_no_nanGravatar Yan Facai (颜发才)2018-08-14
* | | | Merge pull request #19105 from facaiy:ENH/unsafe_divGravatar TensorFlower Gardener2018-08-11
|\ \ \ \ | | |/ / | |/| |
| | * | fixed line-too-long errorGravatar npow2018-08-10
| | * | support IndexedSlices in `add_n`Gravatar npow2018-08-08
| |/ / |/| |
| * | Merge remote-tracking branch 'upstream/master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-07-31
| |\ \ | |/ / |/| |
* | | Add support for bitcasting to/from uint32 and uint64, and update out-of-date ...Gravatar Jiri Simsa2018-07-18
* | | Minor eager mode improvementsGravatar Akshay Modi2018-07-10
* | | Wrap ResourceVariable with MixedPrecisionVariable to support casting-reads; s...Gravatar James Qin2018-07-09
* | | Fix the bug that when both A and B are bfloat16, tf.matmul will use sparse_ma...Gravatar A. Unique TensorFlower2018-06-22
* | | Merge changes from github.Gravatar Akshay Modi2018-06-18
* | | Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* | | Merge changes from github.Gravatar Akshay Modi2018-06-18
* | | Modified Bessel functions of order zero and one.Gravatar A. Unique TensorFlower2018-06-12
* | | Typos in documentation and style improvements in tests.Gravatar A. Unique TensorFlower2018-06-07
| | * Correction of MatMulStatsTest unit testGravatar Benjamin H. Myara2018-06-06
| | * Fix incorrect documentation for `tf.reduce_all`Gravatar Yong Tang2018-05-27
| | * Fix incorrect documentation for `tf.reduce_any`Gravatar Yong Tang2018-05-27
| * | Merge branch 'master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-05-27
| |\|
* | | Merge changes from github.Gravatar Yifei Feng2018-05-24
| | * Update tf.reduce_max and tf.reduce_minGravatar Yong Tang2018-05-23
| | * Update docs for tf.reduce_prod and tf.reduce_meanGravatar Yong Tang2018-05-23
| | * Update docstring for tf.reduce_sumGravatar Yong Tang2018-05-23
| | * Update docstring for tf.round as it support all real types.Gravatar Yong Tang2018-05-21
| | * Update docstring as pow supports `float16` nowGravatar Yong Tang2018-05-21
| | * Fix discrepancies between doc and implementation for math_opsGravatar Yong Tang2018-05-21
* | | Automated g4 rollback of changelist 195899829Gravatar Akshay Modi2018-05-10
* | | Skip convert_to_tensor in r_binary_op_wrapper in eager mode.Gravatar Akshay Modi2018-05-09
| * | ENH: register int typeGravatar Yan Facai (颜发才)2018-05-05
| * | DOC: add documentGravatar Yan Facai (颜发才)2018-05-05
| * | TST: add test caseGravatar Yan Facai (颜发才)2018-05-05
| | * Merge commit for internal changesGravatar Shanqing Cai2018-05-03
| |/| | |/ |/|
| * Fixed Typos (#18806)Gravatar Nicholas Nadeau, P.Eng., AVS2018-05-03
* | Compute shape of segment_ids dynamically in _unsorted_segment_NGravatar A. Unique TensorFlower2018-05-02
|/
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Faster reduce_logsoftmax (specially in eager) and bugfixes in broadcast_toGravatar Alexandre Passos2018-04-30
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26