aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/functional_ops.py
Commit message (Expand)AuthorAge
* Documentation for tf.map_fn in Eager mode.Gravatar Debidatta Dwibedi2018-09-24
* Fix the documentation of tf.foldl to not try to fold a scalar.Gravatar Alexandre Passos2018-08-30
* Automated rollback of commit b396ea0ae689fd063f475238289c5e65457a987aGravatar Anna R2018-08-23
* Add tests for eager keras models that override call()Gravatar Igor Ganichev2018-08-23
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Fix typosGravatar Taehoon Lee2018-07-09
* Make functions defined with tfe.defun respect devices when executing.Gravatar Akshay Agrawal2018-07-03
* Similar to cr/188652533, specify the `maximum_iterations` to tf.while_loop in...Gravatar A. Unique TensorFlower2018-05-31
* Allows scan to work in reverse as well as forwardGravatar Alexandre Passos2018-05-15
* Fix functional.While(), functional.For(rewrite_with_while)Gravatar James Qin2018-05-14
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* `PartitionedCallOp`: An op for executing multi-device functions.Gravatar Akshay Agrawal2018-04-24
* Changing tf.foldl and tf.foldr to accept multiple/nested tensors as element/i...Gravatar A. Unique TensorFlower2018-04-23
* tf.map_fn: Improve error messaging when elems consists of scalars.Gravatar Asim Shankar2018-04-03
* Export the rest of If, While, and For.Gravatar Patrick Nguyen2018-04-02
* Specify the `maximum_iterations` to tf.while_loop in tf.scan to be compatible...Gravatar A. Unique TensorFlower2018-03-11
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Merge changes from github.Gravatar Michael Case2018-02-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Make functional_ops compatible with eager exeuction by ignoringGravatar Akshay Agrawal2017-10-27
* Fix gradient behavior of fully dynamic tensor arrays + stop_gradients on tf.s...Gravatar Eugene Brevdo2017-10-10
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Update docs.Gravatar A. Unique TensorFlower2017-02-13
* Change references to TensorArray.pack, TensorArray.unpack to TensorArray.stackGravatar A. Unique TensorFlower2016-12-09
* Part 2c of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-05
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Adds sparse_map_fn to do the simple thing as a map_fn for SparseTensor.Gravatar A. Unique TensorFlower2016-10-24
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Pipe infer_shape argument to tf.map_fn and tf.scanGravatar Eugene Brevdo2016-08-02
* Add support for multi-arity inputs & outputs to map_fn and scan.Gravatar Eugene Brevdo2016-07-01
* Use only op_scope, not variable_op_scope, in functional ops since they do notGravatar Lukasz Kaiser2016-06-15
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Make functional ops handle non-Tensor `elems` correctly.Gravatar Derek Murray2016-05-16
* This would enable shape inference for higher order functions such as scan.Gravatar Yuan Yu2016-04-15
* Surface control_flow_ops.while_loop to public.Gravatar Yuan Yu2016-04-10
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* Functional ops (fold*, map_fn) now make sure get_variable calls cache to loca...Gravatar Eugene Brevdo2016-04-01
* Moved the higher order functions into functional_ops.py, to avoid some potent...Gravatar Yuan Yu2016-03-28
* Change: 112277705Gravatar A. Unique TensorFlower2016-01-15
* Change: 111539073Gravatar A. Unique TensorFlower2016-01-06