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

Method device

tensorflow/python/ops/variables.py:1366–1368  ·  view source on GitHub ↗

The device of this variable.

(self)

Source from the content-addressed store, hash-verified

1364
1365 @property
1366 def device(self):
1367 """The device of this variable."""
1368 raise NotImplementedError
1369
1370 @property
1371 def dtype(self):

Callers 15

build_graphFunction · 0.45
_all_sum_gradFunction · 0.45
_reduce_sum_gradFunction · 0.45
broadcastFunction · 0.45
_broadcast_gradFunction · 0.45
_all_reduceFunction · 0.45
stagedFunction · 0.45
prefetch_joinFunction · 0.45
testReduceAllDimsMethod · 0.45
testRoundingMethod · 0.45
testSquaredDifferenceMethod · 0.45

Calls

no outgoing calls

Tested by 15

testReduceAllDimsMethod · 0.36
testRoundingMethod · 0.36
testSquaredDifferenceMethod · 0.36
testApproximateEqualMethod · 0.36
testAcceptsRefsMethod · 0.36
testAcceptsConstantMethod · 0.36
testAcceptsTensorMethod · 0.36
_testCollectiveReduceMethod · 0.36