MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / full_shape

Function full_shape

tensorflow/python/ops/signal/reconstruction_ops.py:70–71  ·  view source on GitHub ↗
(inner_shape)

Source from the content-addressed store, hash-verified

68 outer_rank = array_ops.size(outer_dimensions)
69
70 def full_shape(inner_shape):
71 return array_ops.concat([outer_dimensions, inner_shape], 0)
72
73 frame_length = signal_shape[-1]
74 frames = signal_shape[-2]

Callers 1

overlap_and_addFunction · 0.85

Calls 1

concatMethod · 0.45

Tested by

no test coverage detected