MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _gen_layer

Method _gen_layer

tensorflow/python/layers/base_test.py:485–488  ·  view source on GitHub ↗
(x, name=None)

Source from the content-addressed store, hash-verified

483 return math_ops.multiply(inputs, self.my_var, name='my_op')
484
485 def _gen_layer(x, name=None):
486 layer = MyLayer(name=name)
487 out = layer.apply(x)
488 return layer, out
489
490 # unnamed layer
491 with ops.Graph().as_default():

Callers

nothing calls this directly

Calls 2

MyLayerClass · 0.70
applyMethod · 0.45

Tested by

no test coverage detected