Home
last modified time | relevance | path

Searched defs:BackingDeviceName (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.h92 const char* BackingDeviceName(Status* status) const override { in BackingDeviceName() function
Dtensor_handle.cc1074 const char* TensorHandle::BackingDeviceName(Status* status) const { in BackingDeviceName() function in tensorflow::TensorHandle
/external/tensorflow/tensorflow/go/
Dtensor_handle.go130 func (th *TensorHandle) BackingDeviceName() (string, error) { func