Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_graph
Function · 0.45
_all_sum_grad
Function · 0.45
_reduce_sum_grad
Function · 0.45
broadcast
Function · 0.45
_broadcast_grad
Function · 0.45
_all_reduce
Function · 0.45
staged
Function · 0.45
prefetch_join
Function · 0.45
testReduceAllDims
Method · 0.45
testReduceExplicitAxes
Method · 0.45
testRounding
Method · 0.45
testSquaredDifference
Method · 0.45
Calls
no outgoing calls
Tested by
15
testReduceAllDims
Method · 0.36
testReduceExplicitAxes
Method · 0.36
testRounding
Method · 0.36
testSquaredDifference
Method · 0.36
testComplexSquaredDifference
Method · 0.36
testApproximateEqual
Method · 0.36
testAcceptsRefs
Method · 0.36
testAcceptsConstant
Method · 0.36
testAcceptsTensor
Method · 0.36
testAcceptsIndexedSlices
Method · 0.36
_testCollectiveReduce
Method · 0.36
_testMultipleConcurrentCollectiveReduce
Method · 0.36