Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ mutable_data
Method
mutable_data
tensorflow/core/kernels/cuda_solvers.h:376–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
virtual ~ScratchSpace() {}
375
376
Scalar* mutable_data() {
377
return scratch_tensor_.template flat<Scalar>().data();
378
}
379
const Scalar* data() const {
380
return scratch_tensor_.template flat<Scalar>().data();
381
}
Callers
15
AsInt64Slice
Function · 0.80
TransferToLocalServer
Method · 0.80
Transfer
Method · 0.80
GetShape
Method · 0.80
TransferToDevice
Method · 0.80
TransferToDevice
Method · 0.80
TransferToServer
Method · 0.80
CopyTensorElements
Function · 0.80
ComputeAsync
Method · 0.80
ComputeAsync
Method · 0.80
operator()
Method · 0.80
PotrfImpl
Function · 0.80
Calls
1
data
Method · 0.45
Tested by
2
CopyTensorElements
Function · 0.64
TEST
Function · 0.64