aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/math_ops_test.cc
Commit message (Expand)AuthorAge
* Merge pull request #20476 from yongtang:06052018-bincount-shapeGravatar TensorFlower Gardener2018-10-05
|\
* | CLN: rename UnsafeDiv => DivNoNanGravatar Yan Facai (颜发才)2018-08-14
| * Add additional test cases for Bincount Shape function, and fix clang-format i...Gravatar Yong Tang2018-08-11
* | Merge remote-tracking branch 'upstream/master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-07-31
|\|
| * Add additional shape validation for QuantizedAddGravatar Yong Tang2018-07-18
| * Add additional check so that nbins is scalar, in case nbins is not known (but...Gravatar Yong Tang2018-07-16
| * Add unit test in math_opt_test.cc for shape function of HistogramFixedWidthGravatar Yong Tang2018-07-16
* | ENH: add gradient functionGravatar Yan Facai (颜发才)2018-05-05
|/
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Preserve symbolic shape information as much as possible during shape creationGravatar Benoit Steiner2017-12-08
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Add tf.spectral, a module for spectral operations.Gravatar RJ Ryan2017-03-07
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Automated rollback of change 137740850Gravatar A. Unique TensorFlower2016-10-31
* Automated rollback of change 137731142Gravatar A. Unique TensorFlower2016-10-31
* Adds functionality for shape inference and dtype checking of variable-based r...Gravatar A. Unique TensorFlower2016-10-31
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Change quantize_graph to use two steps - RequantizationRange and Requantize -Gravatar A. Unique TensorFlower2016-10-21
* Add Requantize op. This is a step in splitting QuantizeDownAndShrinkRange intoGravatar A. Unique TensorFlower2016-10-20
* tf.range: change capabilities and arguments to better match np.arangeGravatar A. Unique TensorFlower2016-09-30
* TensorFlow: for shape inference errors, provide more context in theGravatar Vijay Vasudevan2016-09-30
* Consolidate fft ops: Replace fft* ops with their batch_fft* equivalents and d...Gravatar A. Unique TensorFlower2016-09-14
* Change Select to use C++ shape function.Gravatar A. Unique TensorFlower2016-09-12
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* Enable C++ shape function for math_ops.py and array_ops.cc shape functions thatGravatar A. Unique TensorFlower2016-09-02
* Automated rollback of change 131739513Gravatar A. Unique TensorFlower2016-08-31
* Enable C++ shape function for math_ops.py and array_ops.cc shape functions thatGravatar A. Unique TensorFlower2016-08-30
* Add C++ shape inference functions for ParseExample andGravatar A. Unique TensorFlower2016-08-11
* TensorFlow: add shape inference for ArgMax/ArgMinGravatar Vijay Vasudevan2016-08-10
* TensorFlow: Add shape functions for SparseSegment/Grad ops.Gravatar Vijay Vasudevan2016-08-09
* Cleanups for shape inference (mainly testing):Gravatar A. Unique TensorFlower2016-07-22
* Add C++ shape inference function for BatchMatMul.Gravatar A. Unique TensorFlower2016-07-21
* Add C++ shape inference functions for some tensorforest functions.Gravatar A. Unique TensorFlower2016-07-20
* Simplify shape inference test macros by removing the extra _WITH_DEF andGravatar A. Unique TensorFlower2016-07-18
* Infer the number of outputs properly in shape_inference::InferenceContext,Gravatar A. Unique TensorFlower2016-07-15
* Add C++ shape inference for TopK and TopKV2.Gravatar A. Unique TensorFlower2016-07-12
* Add C++ shape inference function for UnsortedSegmentSum.Gravatar A. Unique TensorFlower2016-07-07
* Implement C++ shape inference functions for Select, Range, and LinSpace.Gravatar A. Unique TensorFlower2016-07-02
* Add C++ shape inference function for broadcasting binary ops.Gravatar A. Unique TensorFlower2016-06-30
* Add shape functions in math_ops for unchanged shapes and segment reductionGravatar A. Unique TensorFlower2016-06-20
* In C++ shape inference, support registering a shape inference function in OPGravatar A. Unique TensorFlower2016-06-14