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

Function get_layer_uid

tf_euler/python/utils/layers.py:30–32  ·  view source on GitHub ↗
(layer_name='')

Source from the content-addressed store, hash-verified

28
29
30def get_layer_uid(layer_name=''):
31 _LAYER_UIDS[layer_name] += 1
32 return _LAYER_UIDS[layer_name]
33
34
35class Layer(object):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected