Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __concat__
Method
__concat__
tensorflow/python/framework/tensor_shape.py:1207–1208 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
1205
return
TensorShape, (self._dims,)
1206
1207
def
__concat__(self, other):
1208
return
self.concatenate(other)
1209
1210
1211
def
as_shape(shape):
Callers
nothing calls this directly
Calls
1
concatenate
Method · 0.95
Tested by
no test coverage detected