Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _shape
Method
_shape
tensorflow/python/ops/linalg/linear_operator.py:264–266 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
262
263
@abc.abstractmethod
264
def
_shape(self):
265
# Write this in derived class to enable all static shape methods.
266
raise
NotImplementedError(
"_shape is not implemented."
)
267
268
@property
269
def
shape(self):
Callers
1
shape
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected