Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
safe_embedding_lookup_sparse
Function · 0.80
_all_dimensions
Function · 0.80
apply_regularization
Function · 0.80
apply_gradients
Method · 0.80
__init__
Method · 0.80
_load_dense_embedding
Method · 0.80
optimize_loss
Function · 0.80
moving_average
Function · 0.80
_add_scaled_noise_to_gradients
Function · 0.80
_get_raw_feature_as_tensor
Method · 0.80
embedding_lookup_ragged
Function · 0.80
embedding_parallel_lookup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected