MCPcopy 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

AsInt64SliceFunction · 0.80
TransferToLocalServerMethod · 0.80
TransferMethod · 0.80
GetShapeMethod · 0.80
TransferToDeviceMethod · 0.80
TransferToDeviceMethod · 0.80
TransferToServerMethod · 0.80
CopyTensorElementsFunction · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
operator()Method · 0.80
PotrfImplFunction · 0.80

Calls 1

dataMethod · 0.45

Tested by 2

CopyTensorElementsFunction · 0.64
TESTFunction · 0.64