aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/common_shape_fns.h
Commit message (Expand)AuthorAge
* More changes.Gravatar Pan Daoxin2018-09-21
* Move location of Slice shape function.Gravatar Pan Daoxin2018-09-19
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Add a utility function so broadcasting can be done over arbitrary ShapeHandle...Gravatar A. Unique TensorFlower2018-07-05
* Add ExplicitShapes as a new shape inference function for Ops withGravatar A. Unique TensorFlower2018-05-14
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Add V2 versions of output window size computation functions for convolution.Gravatar Yangzihao Wang2017-10-04
* Updates the API for tf.space_to_depth and tf.depth_to_space to support NCHW a...Gravatar A. Unique TensorFlower2017-09-27
* Add float16 support to tf.nn.fused_batch_norm on the GPU.Gravatar Reed Wanderman-Milne2017-09-27
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Move FusedConvBiasActivationShape out of common_shape_fns.cc to a lambda insi...Gravatar A. Unique TensorFlower2017-09-11
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Add fused_conv2d_bias_activation operator for the forward phase.Gravatar Yangzihao Wang2017-07-20
* Fix bugs in ScatterNd and add ScatterNdNonAliasingAdd.Gravatar Eugene Brevdo2017-06-27
* Move a few random op helper functions to header filesGravatar Geoffrey Irving2017-04-07
* Change reduce_join to treat reduction_indices in the same way asGravatar A. Unique TensorFlower2017-01-09
* Move ValidateSparseTensor to common_shape_fns.h.Gravatar A. Unique TensorFlower2016-11-14
* Fix QuantizedConcat shape function. Enable it from python as well.Gravatar A. Unique TensorFlower2016-11-11
* Make the DimensionHandle version of computing windowed output sizeGravatar Vijay Vasudevan2016-10-31
* Add ConcatV2 operation which is the same as Concat but with argument orderGravatar A. Unique TensorFlower2016-10-20
* Move BinaryBroadcastShapeFn to core/framework/common_shape_fns.hGravatar A. Unique TensorFlower2016-10-06
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* Add shape function for QuantizedConcat, moving ConcatShape intoGravatar Vijay Vasudevan2016-08-10
* TensorFlow: shape function in C++ for Reduction operations.Gravatar Vijay Vasudevan2016-08-10
* TensorFlow: Add Conv3D/MaxPool3D/AvgPool3D C++ shape inference functions .Gravatar Vijay Vasudevan2016-08-01
* TensorFlow: implement MaxPoolShape common function + tests, add toGravatar Vijay Vasudevan2016-07-29
* TensorFlow: Annotate UnknownShape common shape function to allGravatar Vijay Vasudevan2016-07-27
* Add C++ Shape function for AvgPoolGravatar Vijay Vasudevan2016-07-22
* Add ShapeInference functions for DepthwiseConv2DNative, and MultiplyGravatar Vijay Vasudevan2016-07-21
* Added C++ Shape inference function for Conv2D.Gravatar Vijay Vasudevan2016-07-20
* Add C++ shape inference functions for more functions in nn_ops.cc.Gravatar A. Unique TensorFlower2016-07-19
* Implement more common shape functions in C++ with tests:Gravatar Vijay Vasudevan2016-07-15
* Add shape functions in math_ops for unchanged shapes and segment reductionGravatar A. Unique TensorFlower2016-06-20