aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/functional_ops.md
blob: 0a9fe02ad5ca147b8c5c20841750a3e533c6d359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Higher Order Functions

Note: Functions taking `Tensor` arguments can also take anything accepted by
`tf.convert_to_tensor`.

[TOC]

Functional operations.

## Higher Order Operators

TensorFlow provides several higher order operators to simplify the common
map-reduce programming patterns.

*   `tf.map_fn`
*   `tf.foldl`
*   `tf.foldr`
*   `tf.scan`