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

Function scan

tensorflow/python/ops/functional_ops.py:405–600  ·  view source on GitHub ↗

scan on the list of tensors unpacked from `elems` on dimension 0. The simplest version of `scan` repeatedly applies the callable `fn` to a sequence of elements from first to last. The elements are made of the tensors unpacked from `elems` on dimension 0. The callable fn takes two tensors as

(fn, elems, initializer=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

nothing calls this directly

Calls 15

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
readMethod · 0.45
constantMethod · 0.45
writeMethod · 0.45
stackMethod · 0.45

Tested by

no test coverage detected