AutoParallelOptions

public final class AutoParallelOptions

Protobuf type tensorflow.AutoParallelOptions

Nested Classes

class AutoParallelOptions.Builder Protobuf type tensorflow.AutoParallelOptions  

Constants

int ENABLE_FIELD_NUMBER
int NUM_REPLICAS_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static AutoParallelOptions
AutoParallelOptions
final static com.google.protobuf.Descriptors.Descriptor
boolean
getEnable()
bool enable = 1;
int
getNumReplicas()
int32 num_replicas = 2;
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static AutoParallelOptions.Builder
static AutoParallelOptions.Builder
AutoParallelOptions.Builder
static AutoParallelOptions
parseDelimitedFrom(InputStream input)
static AutoParallelOptions
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoParallelOptions
parseFrom(ByteBuffer data)
static AutoParallelOptions
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoParallelOptions
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoParallelOptions
parseFrom(com.google.protobuf.CodedInputStream input)
static AutoParallelOptions
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoParallelOptions
parseFrom(com.google.protobuf.ByteString data)
static AutoParallelOptions
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoParallelOptions
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
AutoParallelOptions.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int ENABLE_FIELD_NUMBER

Constant Value: 1

public static final int NUM_REPLICAS_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public static AutoParallelOptions getDefaultInstance ()

public AutoParallelOptions getDefaultInstanceForType ()

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

public boolean getEnable ()

bool enable = 1;

public int getNumReplicas ()

int32 num_replicas = 2;

public getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static AutoParallelOptions.Builder newBuilder (AutoParallelOptions prototype)

public static AutoParallelOptions.Builder newBuilder ()

public AutoParallelOptions.Builder newBuilderForType ()

public static AutoParallelOptions parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static AutoParallelOptions parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public AutoParallelOptions.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException