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

Function concat

tensorflow/python/ops/array_ops.py:1036–1105  ·  view source on GitHub ↗

Concatenates tensors along one dimension. Concatenates the list of tensors `values` along dimension `axis`. If `values[i].shape = [D0, D1, ... Daxis(i), ...Dn]`, the concatenated result has shape [D0, D1, ... Raxis, ...Dn] where Raxis = sum(Daxis(i)) That is, the data fro

(values, axis, name="concat")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

boolean_maskFunction · 0.70
matrix_transposeFunction · 0.70

Calls 5

name_scopeMethod · 0.80
identityFunction · 0.70
get_shapeMethod · 0.45
scalarMethod · 0.45

Tested by

no test coverage detected