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

Method Tensor

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

Source from the content-addressed store, hash-verified

274}
275
276Status TensorHandle::Tensor(const tensorflow::Tensor** t) {
277 TF_RETURN_IF_ERROR(WaitReady());
278 return tensor_handle_data_->Tensor(t);
279}
280
281Status TensorHandle::TensorValue(tensorflow::TensorValue* t) {
282 TF_RETURN_IF_ERROR(WaitReady());

Callers 2

GetDeviceForInputFunction · 0.45
EagerKernelExecuteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected