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

Method weights

tensorflow/contrib/eager/python/network.py:452–459  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

450
451 @property
452 def weights(self):
453 # TODO(josh11b): Should this return a set or perform de-duplication of
454 # variables in the case of shared layers/variables that appear in
455 # multiple places in the Network?
456 weights = []
457 for layer in self._layers:
458 weights += layer.weights
459 return weights
460
461 @property
462 def trainable_weights(self):

Callers 15

DecideMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TestConvertConstFunction · 0.45
PrepareTensorForShapeMethod · 0.45
ConvertConv2DHelperFunction · 0.45
ConvertTransposeFunction · 0.45
ConvertReshapeFunction · 0.45
ConvertExpandDimsFunction · 0.45
ConvertSliceFunction · 0.45
ConvertStridedSliceFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TEST_FFunction · 0.36
TestConvertConstFunction · 0.36