MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Tensor

Class Tensor

tensorflow/core/common_runtime/eager/tensor_handle.cc:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85Status TensorHandle::CreateLocalHandle(const class Tensor& t,
86 TensorHandle** h) {
87 // TODO(b/136608821): Move away from nullptr
88 return CreateLocalHandle(t, nullptr, nullptr, nullptr, h);

Callers 4

CopyToDeviceMethod · 0.70
RunMethod · 0.70
InitInputTensorsMethod · 0.50
ReInitMethod · 0.50

Calls

no outgoing calls

Tested by 1

ReInitMethod · 0.40