public interface
NamedDeviceOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getName()
string name = 1;
|
abstract com.google.protobuf.ByteString |
getNameBytes()
string name = 1;
|
abstract DeviceProperties |
getProperties()
.tensorflow.DeviceProperties properties = 2;
|
abstract DevicePropertiesOrBuilder |
getPropertiesOrBuilder()
.tensorflow.DeviceProperties properties = 2;
|
abstract boolean |
hasProperties()
.tensorflow.DeviceProperties properties = 2;
|
Public Methods
public abstract String getName ()
string name = 1;
public abstract com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public abstract DevicePropertiesOrBuilder getPropertiesOrBuilder ()
.tensorflow.DeviceProperties properties = 2;
public abstract boolean hasProperties ()
.tensorflow.DeviceProperties properties = 2;