MCPcopy Create free account
hub / github.com/alibaba/euler / embedding_add

Function embedding_add

tf_euler/python/utils/embedding.py:61–68  ·  view source on GitHub ↗
(params,
                  ids,
                  values,
                  partition_strategy='mod',
                  name=None)

Source from the content-addressed store, hash-verified

59
60
61def embedding_add(params,
62 ids,
63 values,
64 partition_strategy='mod',
65 name=None):
66 return embedding_update(params, ids, values,
67 partition_strategy=partition_strategy,
68 func=tf.scatter_add, name=name)

Callers

nothing calls this directly

Calls 1

embedding_updateFunction · 0.85

Tested by

no test coverage detected