aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/array_ops.py
Commit message (Expand)AuthorAge
* Automated rollback of commit d258207f1583df4faa452265b051879af6c15dacGravatar A. Unique TensorFlower2018-10-05
* BEGIN_PUBLICGravatar A. Unique TensorFlower2018-10-05
* Merge pull request #21945 from efagerho:masterGravatar TensorFlower Gardener2018-10-04
|\
* | Make batch_gather work with indices of dtype int64.Gravatar Adria Puigdomenech2018-10-04
* | Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
| * Make tf.transpose emit simpler graph when possibleGravatar Edvard Fagerholm2018-09-08
* | Merge pull request #22026 from pengwa:fix_tf_split_docGravatar TensorFlower Gardener2018-09-06
|\ \
| * | editGravatar Billy Lamberta2018-09-04
| * | fix a minor issue for tf.split documentGravatar pengwa2018-09-03
|/ /
* / Fix a reference leak when slicing variables executing eagerlyGravatar Allen Lavoie2018-08-30
|/
* _autopacking_helper casts tensors when it needs to.Gravatar Akshay Modi2018-08-28
* Work around an eager reference leak when slicing EagerTensorsGravatar Allen Lavoie2018-08-28
* Enable variable[indices].assign(...) in eager (to match existing graph semant...Gravatar Alexandre Passos2018-08-17
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Add batch_gather that assumes a series of leading (dense) dimensions.Gravatar Adria Puigdomenech2018-08-15
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Update tf.strided_slice documentation to reflect that end and strides are ign...Gravatar RJ Ryan2018-07-18
* Exporting symbols from additional namespaces in ApiDefs. Also, setting some ofGravatar Anna R2018-06-20
* 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
* Added missing backtick in tf.ones_like documentationGravatar A. Unique TensorFlower2018-06-05
* Fixed bug in tf.pad shape logic that made it more restrictive than necessary ...Gravatar A. Unique TensorFlower2018-05-17
* Simplified the implementation of shape_n since the optimized code path isn't ...Gravatar Benoit Steiner2018-05-03
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Update use of squeeze_dims to axis in call to squeezeGravatar James Keeling2018-04-25
* shape_tuple in array_ops.stackGravatar Alexandre Passos2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Use constants in tf.zeros if the constant won't be too big.Gravatar Skye Wanderman-Milne2018-04-05
* Fix #18180Gravatar Asim Shankar2018-04-02
* Fast path for calling pack when the list is full of eager tensors.Gravatar Akshay Modi2018-03-27
* Makes tf.gather not silently snapshot resource variables.Gravatar Alexandre Passos2018-03-26
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Docs: Fix prefix for the fancy-linker.Gravatar Billy Lamberta2018-03-06
* Benchmark regressionGravatar Alexandre Passos2018-03-05
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Improve handling of undefined split_dim_tensor in the split_v op.Gravatar A. Unique TensorFlower2018-02-27
* Improvement to the eager device placement heuristic.Gravatar Alexandre Passos2018-02-23
* Make tf.size() with optimize=True encode 0 if any dimension is 0.Gravatar Skye Wanderman-Milne2018-02-23
* Fast-path for losses code.Gravatar Alexandre Passos2018-02-21
* Add numpy compatibility note to transpose operations.Gravatar Mark Daoust2018-02-20
* Tweak `tf.slice` documentation.Gravatar A. Unique TensorFlower2018-02-17
* Merge changes from github.Gravatar Michael Case2018-02-07
* Fixed sequence_mask behavior on unknown shape.Gravatar A. Unique TensorFlower2018-02-05
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Clarify the _slice_helper (Tensor.__getitem__) docs.Gravatar Dan Ringwalt2018-01-12