MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / _unique_layer_name

Function _unique_layer_name

tensorflow/python/layers/base.py:2345–2366  ·  view source on GitHub ↗

Makes a layer name (or arbitrary string) unique within a TensorFlow graph. Arguments: name: String name to make unique. Returns: Unique string name. Example: ```python _unique_layer_name('dense') # dense_1 _unique_layer_name('dense') # dense_2 ```

(name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected