aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/common_shape_fns_test.cc
Commit message (Expand)AuthorAge
* Add native dilated support for conv3d and its gradients in cudnn v>=6.Gravatar Yangzihao Wang2018-04-20
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Add native dilated support for conv2d and its gradients in cudnn v>=6.Gravatar Yangzihao Wang2017-11-29
* Add int8 version of fused_conv2d_bias_activation operator for the forward phase,Gravatar A. Unique TensorFlower2017-09-06
* Update MaxPoolV2Shape to support NCHV_VECT_C.Gravatar A. Unique TensorFlower2017-09-06
* Refactor Avg/MaxPoolShape(), adding MakeShapeFromFormat() and preparing for N...Gravatar A. Unique TensorFlower2017-08-29
* Automated g4 rollback of changelist 166276461Gravatar A. Unique TensorFlower2017-08-24
* Add int8 version of fused_conv2d_bias_activation operator for the forward phase,Gravatar A. Unique TensorFlower2017-08-23
* Update Conv2DShape function to handle filters that have data NCHW_VECT_C layout.Gravatar A. Unique TensorFlower2017-07-31
* Extend shape_inference::Conv2DShape to handle NCHW_VECT_C format.Gravatar Jingyue Wu2017-07-13
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Add initial support for NCHW format for DepthwiseConv2D (and separable_conv2d).Gravatar Vijay Vasudevan2017-03-08
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Change reduce_join to treat reduction_indices in the same way asGravatar A. Unique TensorFlower2017-01-09
* Relax Pool3D shape function when some dimensions are unknown.Gravatar Vijay Vasudevan2016-11-23
* Move ValidateSparseTensor to common_shape_fns.h.Gravatar A. Unique TensorFlower2016-11-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
* In ShapeRefiner, add support for the C++ equivalent of the PythonGravatar A. Unique TensorFlower2016-10-25
* Get rid of testing constructor for InferenceContext, fix TODOs.Gravatar Vijay Vasudevan2016-10-12
* TensorFlow: for shape inference errors, provide more context in theGravatar Vijay Vasudevan2016-09-30
* Change C++ ReduceJoin shape fn to match the python one for the case of an emptyGravatar A. Unique TensorFlower2016-09-12
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* Switch nn_ops shape fns to delegate to C++, for all that have a C++Gravatar A. Unique TensorFlower2016-09-08
* Delegate to C++ shape inference function for some conv and pooling functions.Gravatar A. Unique TensorFlower2016-09-07
* When calling C++ shape functions from python shape functions,Gravatar A. Unique TensorFlower2016-09-07
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* 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
* Infer the number of outputs properly in shape_inference::InferenceContext,Gravatar A. Unique TensorFlower2016-07-15
* Implement more common shape functions in C++ with tests:Gravatar Vijay Vasudevan2016-07-15