DeviceLocality

public final class DeviceLocality

tensorflow.DeviceLocality tipo tensorflow.DeviceLocality

Classes aninhadas

aula DeviceLocality.Builder tensorflow.DeviceLocality tipo tensorflow.DeviceLocality

Constantes

int BUS_ID_FIELD_NUMBER
int LINKS_FIELD_NUMBER
int NUMA_NODE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
int
getBusId ()
 Optional bus locality of device.
DeviceLocality estática
DeviceLocality
final static com.google.protobuf.Descriptors.Descriptor
LocalLinks
getLinks ()
 Optional local interconnect links to other devices.
LocalLinksOrBuilder
getLinksOrBuilder ()
 Optional local interconnect links to other devices.
int
getNumaNode ()
 Optional NUMA locality of device.
int
final com.google.protobuf.UnknownFieldSet
boleano
hasLinks ()
 Optional local interconnect links to other devices.
int
final booleano
static DeviceLocality.Builder
static DeviceLocality.Builder
newBuilder (protótipo DeviceLocality )
DeviceLocality.Builder
DeviceLocality estática
parseDelimitedFrom (InputStream input)
DeviceLocality estática
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceLocality estática
parseFrom (dados ByteBuffer)
DeviceLocality estática
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceLocality estática
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceLocality estática
parseFrom (com.google.protobuf.CodedInputStream input)
DeviceLocality estática
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceLocality estática
parseFrom (com.google.protobuf.ByteString data)
DeviceLocality estática
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceLocality estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DeviceLocality.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int BUS_ID_FIELD_NUMBER

Valor Constante: 1

Valor Constante: 3

public static final int NUMA_NODE_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public int getBusId ()

 Optional bus locality of device.  Default value of 0 means
 no specific locality.  Specific localities are indexed from 1.
 
int32 bus_id = 1;

public static DeviceLocality getDefaultInstance ()

public DeviceLocality getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

 Optional local interconnect links to other devices.
 
.tensorflow.LocalLinks links = 3;

public LocalLinksOrBuilder getLinksOrBuilder ()

 Optional local interconnect links to other devices.
 
.tensorflow.LocalLinks links = 3;

public int getNumaNode ()

 Optional NUMA locality of device.
 
int32 numa_node = 2;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

 Optional local interconnect links to other devices.
 
.tensorflow.LocalLinks links = 3;

public int hashCode ()

public final boolean isInitialized ()

public static DeviceLocality.Builder newBuilder ()

public static DeviceLocality.Builder newBuilder (protótipo DeviceLocality )

public DeviceLocality.Builder newBuilderForType ()

public static DeviceLocality parseDelimitedFrom (InputStream input)

Lança
IOException

public static DeviceLocality parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceLocality parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static DeviceLocality parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceLocality parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DeviceLocality parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static DeviceLocality parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DeviceLocality parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static DeviceLocality parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceLocality parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public DeviceLocality.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException