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

Method graph

tensorflow/python/layers/base.py:244–247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

242 instructions='Stop using this property because tf.layers layers no '
243 'longer track their graph.')
244 def graph(self):
245 if context.executing_eagerly():
246 raise RuntimeError('Layer.graph not supported when executing eagerly.')
247 return None
248
249 def _init_set_name(self, name):
250 # Determine layer name (non-unique).

Callers 2

set_modelMethod · 0.45
_init_writerMethod · 0.45

Calls 1

executing_eagerlyMethod · 0.80

Tested by

no test coverage detected