MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / map_fn

Function map_fn

tensorflow/python/ops/functional_ops.py:209–402  ·  view source on GitHub ↗

map on the list of tensors unpacked from `elems` on dimension 0. The simplest version of `map_fn` repeatedly applies the callable `fn` to a sequence of elements from first to last. The elements are made of the tensors unpacked from `elems`. `dtype` is the data type of the return value of `f

(fn, elems, dtype=None, parallel_iterations=10, back_prop=True,
           swap_memory=False, infer_shape=True, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

enumerated_fnFunction · 0.70

Calls 15

input_packFunction · 0.85
output_packFunction · 0.85
flattenMethod · 0.80
name_scopeMethod · 0.80
set_caching_deviceMethod · 0.80
TensorArrayMethod · 0.80
unstackMethod · 0.80
with_rank_at_leastMethod · 0.80
shapeMethod · 0.45
constantMethod · 0.45
stackMethod · 0.45
get_shapeMethod · 0.45

Tested by

no test coverage detected