MCPcopy Create free account
hub / github.com/alibaba/EasyRec / get_shape

Method get_shape

easy_rec/python/compat/dynamic_variable.py:267–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 return self._dimension
266
267 def get_shape(self):
268 return [self._dimension]
269
270 @property
271 def key_type(self):

Callers 15

_all_dimensionsFunction · 0.80
apply_regularizationFunction · 0.80
apply_gradientsMethod · 0.80
__init__Method · 0.80
_load_dense_embeddingMethod · 0.80
optimize_lossFunction · 0.80
moving_averageFunction · 0.80
embedding_lookup_raggedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected