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

Method get_slot

tensorflow/python/training/optimizer.py:541–561  ·  view source on GitHub ↗

Return a slot named `name` created for `var` by the Optimizer. Some `Optimizer` subclasses use additional variables. For example `Momentum` and `Adagrad` use variables to accumulate updates. This method gives access to these `Variable` objects if for some reason you need them. Us

(self, var, name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_apply_denseMethod · 0.45
_resource_apply_denseMethod · 0.45
_apply_sparseMethod · 0.45
doTestBasicMethod · 0.45
_apply_denseMethod · 0.45
_resource_apply_denseMethod · 0.45
_apply_sparseMethod · 0.45
_apply_denseMethod · 0.45
_resource_apply_denseMethod · 0.45
_apply_sparseMethod · 0.45

Calls 2

_var_keyFunction · 0.85
getMethod · 0.45

Tested by 11

doTestBasicMethod · 0.36
doTestBasicMethod · 0.36
testSparseMethod · 0.36
testSharingMethod · 0.36
testDenseMethod · 0.36
testSparseMethod · 0.36
testWithoutMomentumMethod · 0.36
testWithMomentumMethod · 0.36
testSparseStabilityMethod · 0.36
testSharingMethod · 0.36