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

Function squeeze

tensorflow/python/ops/array_ops.py:2377–2423  ·  view source on GitHub ↗

Removes dimensions of size 1 from the shape of a tensor. Given a tensor `input`, this operation returns a tensor of the same type with all dimensions of size 1 removed. If you don't want to remove all size 1 dimensions, you can remove specific size 1 dimensions by specifying `axis`. For

(input, axis=None, name=None, squeeze_dims=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_apply_mask_1dFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected