MCPcopy 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
37void TensorResponse::ClearTensor() {
38 meta_.Clear();
39 tensor_ = Tensor();
40}
41
42void TensorResponse::InitAlloc(DeviceBase* d, const AllocatorAttributes& aa) {
43 Clear();

Callers

nothing calls this directly

Calls 2

TensorClass · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected