Strategy Pb2¶
-
class
Strategy¶ Bases:
google.protobuf.pyext._message.CMessage,google.protobuf.message.Message-
ByteSize()¶ Returns the size of the message in bytes.
-
Clear()¶ Clears the message.
-
ClearExtension()¶ Clears a message field.
-
ClearField()¶ Clears a message field.
-
CopyFrom()¶ Copies a protocol message into the current message.
-
DESCRIPTOR= <google.protobuf.pyext._message.MessageDescriptor object>¶
-
DiscardUnknownFields()¶ Discards the unknown fields.
-
Extensions¶ Extension dict
-
FindInitializationErrors()¶ Finds unset required fields.
-
FromString()¶ Creates new method instance from given serialized data.
-
class
GraphConfig¶ Bases:
google.protobuf.pyext._message.CMessage,google.protobuf.message.Message-
ByteSize()¶ Returns the size of the message in bytes.
-
Clear()¶ Clears the message.
-
ClearExtension()¶ Clears a message field.
-
ClearField()¶ Clears a message field.
-
CopyFrom()¶ Copies a protocol message into the current message.
-
DESCRIPTOR= <google.protobuf.pyext._message.MessageDescriptor object>¶
-
DiscardUnknownFields()¶ Discards the unknown fields.
-
Extensions¶ Extension dict
-
FindInitializationErrors()¶ Finds unset required fields.
-
FromString()¶ Creates new method instance from given serialized data.
-
HasExtension()¶ Checks if a message field is set.
-
HasField()¶ Checks if a message field is set.
-
IsInitialized()¶ Checks if all required fields of a protocol message are set.
-
ListFields()¶ Lists all set fields of a message.
-
MergeFrom()¶ Merges a protocol message into the current message.
-
MergeFromString()¶ Merges a serialized message into the current message.
-
ParseFromString()¶ Parses a serialized message into the current message.
-
RegisterExtension()¶ Registers an extension with the current message.
-
SerializePartialToString()¶ Serializes the message to a string, even if it isn’t initialized.
-
SerializeToString()¶ Serializes the message to a string, only for initialized messages.
-
SetInParent()¶ Sets the has bit of the given field in its parent message.
-
UnknownFields()¶ Parse unknown field set
-
WhichOneof()¶ Returns the name of the field set inside a oneof, or None if no field is set.
-
replicas¶ Field autodist.proto.Strategy.GraphConfig.replicas
-
-
HasExtension()¶ Checks if a message field is set.
-
HasField()¶ Checks if a message field is set.
-
IsInitialized()¶ Checks if all required fields of a protocol message are set.
-
ListFields()¶ Lists all set fields of a message.
-
MergeFrom()¶ Merges a protocol message into the current message.
-
MergeFromString()¶ Merges a serialized message into the current message.
-
class
Node¶ Bases:
google.protobuf.pyext._message.CMessage,google.protobuf.message.Message-
AllReduceSynchronizer¶ Field autodist.proto.Strategy.Node.AllReduceSynchronizer
-
ByteSize()¶ Returns the size of the message in bytes.
-
Clear()¶ Clears the message.
-
ClearExtension()¶ Clears a message field.
-
ClearField()¶ Clears a message field.
-
CopyFrom()¶ Copies a protocol message into the current message.
-
DESCRIPTOR= <google.protobuf.pyext._message.MessageDescriptor object>¶
-
DiscardUnknownFields()¶ Discards the unknown fields.
-
Extensions¶ Extension dict
-
FindInitializationErrors()¶ Finds unset required fields.
-
FromString()¶ Creates new method instance from given serialized data.
-
HasExtension()¶ Checks if a message field is set.
-
HasField()¶ Checks if a message field is set.
-
IsInitialized()¶ Checks if all required fields of a protocol message are set.
-
ListFields()¶ Lists all set fields of a message.
-
MergeFrom()¶ Merges a protocol message into the current message.
-
MergeFromString()¶ Merges a serialized message into the current message.
-
PSSynchronizer¶ Field autodist.proto.Strategy.Node.PSSynchronizer
-
ParseFromString()¶ Parses a serialized message into the current message.
-
RegisterExtension()¶ Registers an extension with the current message.
-
SerializePartialToString()¶ Serializes the message to a string, even if it isn’t initialized.
-
SerializeToString()¶ Serializes the message to a string, only for initialized messages.
-
SetInParent()¶ Sets the has bit of the given field in its parent message.
-
UnknownFields()¶ Parse unknown field set
-
WhichOneof()¶ Returns the name of the field set inside a oneof, or None if no field is set.
-
part_config¶ Field autodist.proto.Strategy.Node.part_config
-
partitioner¶ Field autodist.proto.Strategy.Node.partitioner
-
var_name¶ Field autodist.proto.Strategy.Node.var_name
-
-
ParseFromString()¶ Parses a serialized message into the current message.
-
RegisterExtension()¶ Registers an extension with the current message.
-
SerializePartialToString()¶ Serializes the message to a string, even if it isn’t initialized.
-
SerializeToString()¶ Serializes the message to a string, only for initialized messages.
-
SetInParent()¶ Sets the has bit of the given field in its parent message.
-
UnknownFields()¶ Parse unknown field set
-
WhichOneof()¶ Returns the name of the field set inside a oneof, or None if no field is set.
-
graph_config¶ Field autodist.proto.Strategy.graph_config
-
id¶ Field autodist.proto.Strategy.id
-
node_config¶ Field autodist.proto.Strategy.node_config
-
path¶ Field autodist.proto.Strategy.path
-