Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_shape
Method
get_shape
tensorflow/python/distribute/values.py:747–748 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
745
return
self._distribute_strategy
746
747
def
get_shape(self):
748
return
self.primary.get_shape()
749
750
def
to_proto(self, export_scope=None):
751
return
self.primary.to_proto(export_scope=export_scope)
Callers
8
__init__
Method · 0.45
__init__
Method · 0.45
testMapDefunShapeInference
Method · 0.45
testMapDefunPartialShapeInference
Method · 0.45
_estimate_data_distribution
Function · 0.45
get_next
Method · 0.45
tpu_function
Method · 0.45
split_grads_by_size
Function · 0.45
Calls
no outgoing calls
Tested by
2
testMapDefunShapeInference
Method · 0.36
testMapDefunPartialShapeInference
Method · 0.36