aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/array_ops_test.cc
Commit message (Expand)AuthorAge
* Fix bug in shape function for transpose: If the rank of the input is unknown ...Gravatar A. Unique TensorFlower2018-10-03
* Fix the bug that StridedSlice loses static dimension when dim==0.Gravatar A. Unique TensorFlower2018-08-17
* Implement ShapeFn for UnravelIndexOp.Gravatar A. Unique TensorFlower2018-08-13
* Improved shape inference for reshapeGravatar Benoit Steiner2018-03-27
* Ensure that the rank of the input to tf.Unique is 1 as shape inference time i...Gravatar Benoit Steiner2018-03-09
* Cleanup: Ran clang-format on all *.{cc,h} in tensorflow/core/ops.Gravatar A. Unique TensorFlower2018-01-26
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-21
* Automated g4 rollback of changelist 179735577Gravatar Anna R2017-12-20
* Implements the fill op for int64 indices.Gravatar Alexandre Passos2017-12-20
* Preserve symbolic shape information as much as possible during shape creationGravatar Benoit Steiner2017-12-08
* Adds a GuaranteeConstOp.Gravatar Vinu Rajashekhar2017-12-01
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Add a PadV2 op with support for specifying a pad value.Gravatar RJ Ryan2017-07-10
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Remove deprecated resource handle functions in InferenceContext.Gravatar A. Unique TensorFlower2017-06-05
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Support negative axis for Split opGravatar A. Unique TensorFlower2017-05-31
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Make TensorShape and PartialTensorShape share memory representationGravatar Geoffrey Irving2017-05-19
* Change Placeholder to support partial shapes and enforce scalar shapes.Gravatar Vijay Vasudevan2017-04-10
* Fix shape inference fn on _ParallelConcatStart.Gravatar A. Unique TensorFlower2017-04-06
* Add OnesLike op and kernel.Gravatar Suharsh Sivakumar2017-03-23
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Make input_min and input_max Inputs of QuantizeAndDequantize rather than attr...Gravatar Suharsh Sivakumar2017-02-15
* Automated rollback of change 147124625Gravatar Asim Shankar2017-02-10
* Make input_min and input_max Inputs of QuantizeAndDequantize rather than attr...Gravatar Suharsh Sivakumar2017-02-09
* Update comment: `tf.pack` -> `tf.stack`.Gravatar A. Unique TensorFlower2017-01-28
* Fix issues with shape inference during graph import.Gravatar Pete Warden2017-01-13
* Add BroadcastShape op.Gravatar A. Unique TensorFlower2016-12-15
* Fix C++ shape function for Concat with concat_dim=-1.Gravatar A. Unique TensorFlower2016-11-29
* Update Fill, Tile, and Slice C++ shape fns to use MakeShapeFromShapeTensor, toGravatar A. Unique TensorFlower2016-11-14
* Fix QuantizedConcat shape function. Enable it from python as well.Gravatar A. Unique TensorFlower2016-11-11
* Expose fake quantization operators.Gravatar Vijay Vasudevan2016-11-03
* Allow passing constant_value_as_shape from call_cpp_shape_fn to the C++ shapeGravatar A. Unique TensorFlower2016-11-01
* Switch FakeQuant and Dequantize ops in array_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-10-31
* 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
* Change C++ shape fn for Reshape to match python; in particular, make it returnGravatar A. Unique TensorFlower2016-10-21
* Add ConcatV2 operation which is the same as Concat but with argument orderGravatar A. Unique TensorFlower2016-10-20
* Add transform for reshape to quantize_graph in eightbit mode. Add QuantizedR...Gravatar A. Unique TensorFlower2016-10-20
* Create op ReverseV2 that takes indices for reversing rather than a bool arrayGravatar Andrew Selle2016-10-19
* Add PlaceholderV2 and VariableV2 ops that can properly specifyGravatar Vijay Vasudevan2016-10-19
* TensorFlow: for shape inference errors, provide more context in theGravatar Vijay Vasudevan2016-09-30
* Update trace, matrix_set_diag, matrix_diag_part and their gradients to work f...Gravatar A. Unique TensorFlower2016-09-29
* Add SpaceToBatchND and BatchToSpaceND ops for > 2 spatial dimensions.Gravatar A. Unique TensorFlower2016-09-21
* 1. Rename batch_matrix_* ops to matrix_*. Specifically, this applies toGravatar A. Unique TensorFlower2016-09-13
* Switch ops in array_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-12