Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ClearTensor
Method
ClearTensor
tensorflow/core/distributed_runtime/tensor_coding.cc:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void TensorResponse::ClearTensor() {
38
meta_.Clear();
39
tensor_ = Tensor();
40
}
41
42
void TensorResponse::InitAlloc(DeviceBase* d, const AllocatorAttributes& aa) {
43
Clear();
Callers
nothing calls this directly
Calls
2
Tensor
Class · 0.50
Clear
Method · 0.45
Tested by
no test coverage detected