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

Function stack

tensorflow/python/ops/array_ops.py:842–895  ·  view source on GitHub ↗

Stacks a list of rank-`R` tensors into one rank-`(R+1)` tensor. Packs the list of tensors in `values` into a tensor with rank one higher than each tensor in `values`, by packing them along the `axis` dimension. Given a list of length `N` of tensors of shape `(A, B, C)`; if `axis == 0` then

(values, axis=0, name="stack")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_SliceHelperFunction · 0.70
meshgridFunction · 0.70

Calls 2

_packMethod · 0.80
get_shapeMethod · 0.45

Tested by

no test coverage detected