MCPcopy 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
get_nextMethod · 0.45
tpu_functionMethod · 0.45
split_grads_by_sizeFunction · 0.45

Calls

no outgoing calls