Package org.tensorflow.framework
Class ConfigProto.Experimental
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.tensorflow.framework.ConfigProto.Experimental
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,ConfigProto.ExperimentalOrBuilder
- Enclosing class:
- ConfigProto
public static final class ConfigProto.Experimental extends com.google.protobuf.GeneratedMessageV3 implements ConfigProto.ExperimentalOrBuilder
Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.
Protobuf typetensorflow.ConfigProto.Experimental- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigProto.Experimental.BuilderEverything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLLECTIVE_DETERMINISTIC_SEQUENTIAL_EXECUTION_FIELD_NUMBERstatic intCOLLECTIVE_GROUP_LEADER_FIELD_NUMBERstatic intCOLLECTIVE_NCCL_FIELD_NUMBERstatic intDISABLE_OUTPUT_PARTITION_GRAPHS_FIELD_NUMBERstatic intDISABLE_THREAD_SPINNING_FIELD_NUMBERstatic intENABLE_MLIR_BRIDGE_FIELD_NUMBERstatic intEXECUTOR_TYPE_FIELD_NUMBERstatic intOPTIMIZE_FOR_STATIC_GRAPH_FIELD_NUMBERstatic intRECV_BUF_MAX_CHUNK_FIELD_NUMBERstatic intSESSION_METADATA_FIELD_NUMBERstatic intSHARE_CLUSTER_DEVICES_IN_SESSION_FIELD_NUMBERstatic intSHARE_SESSION_STATE_IN_CLUSTERSPEC_PROPAGATION_FIELD_NUMBERstatic intUSE_NUMA_AFFINITY_FIELD_NUMBERstatic intXLA_FUSION_AUTOTUNER_THRESH_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)booleangetCollectiveDeterministicSequentialExecution()If true, make collective op execution order sequential and deterministic for potentially concurrent collective instances.java.lang.StringgetCollectiveGroupLeader()Task name for group resolution.com.google.protobuf.ByteStringgetCollectiveGroupLeaderBytes()Task name for group resolution.booleangetCollectiveNccl()If true, use NCCL for CollectiveOps.static ConfigProto.ExperimentalgetDefaultInstance()ConfigProto.ExperimentalgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()booleangetDisableOutputPartitionGraphs()If true, the session will not store an additional copy of the graph for each subgraph.booleangetDisableThreadSpinning()If using a direct session, disable spinning while waiting for work in the thread pool.booleangetEnableMlirBridge()Whether to enable the MLIR-based TF->XLA bridge.java.lang.StringgetExecutorType()Which executor to use, the default executor will be used if it is an empty string or "DEFAULT"com.google.protobuf.ByteStringgetExecutorTypeBytes()Which executor to use, the default executor will be used if it is an empty string or "DEFAULT"booleangetOptimizeForStaticGraph()If true, the session may treat the graph as being static for optimization purposes.com.google.protobuf.Parser<ConfigProto.Experimental>getParserForType()intgetRecvBufMaxChunk()Guidance to formatting of large RecvBuf fields for transfer.intgetSerializedSize()SessionMetadatagetSessionMetadata()Metadata about the session.SessionMetadataOrBuildergetSessionMetadataOrBuilder()Metadata about the session.booleangetShareClusterDevicesInSession()When true, WorkerSessions are created with device attributes from the full cluster.booleangetShareSessionStateInClusterspecPropagation()In the following, session state means the value of a variable, elements in a hash table, or any other resource, accessible by worker sessions held by a TF server.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleangetUseNumaAffinity()If true, and supported by the platform, the runtime will attempt to use NUMA affinity where applicable.longgetXlaFusionAutotunerThresh()Minimum number of batches run through the XLA graph before XLA fusion autotuner is enabled.inthashCode()booleanhasSessionMetadata()Metadata about the session.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ConfigProto.Experimental.BuildernewBuilder()static ConfigProto.Experimental.BuildernewBuilder(ConfigProto.Experimental prototype)ConfigProto.Experimental.BuildernewBuilderForType()protected ConfigProto.Experimental.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ConfigProto.ExperimentalparseDelimitedFrom(java.io.InputStream input)static ConfigProto.ExperimentalparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProto.ExperimentalparseFrom(byte[] data)static ConfigProto.ExperimentalparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProto.ExperimentalparseFrom(com.google.protobuf.ByteString data)static ConfigProto.ExperimentalparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProto.ExperimentalparseFrom(com.google.protobuf.CodedInputStream input)static ConfigProto.ExperimentalparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProto.ExperimentalparseFrom(java.io.InputStream input)static ConfigProto.ExperimentalparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProto.ExperimentalparseFrom(java.nio.ByteBuffer data)static ConfigProto.ExperimentalparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ConfigProto.Experimental>parser()ConfigProto.Experimental.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COLLECTIVE_GROUP_LEADER_FIELD_NUMBER
public static final int COLLECTIVE_GROUP_LEADER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXECUTOR_TYPE_FIELD_NUMBER
public static final int EXECUTOR_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RECV_BUF_MAX_CHUNK_FIELD_NUMBER
public static final int RECV_BUF_MAX_CHUNK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USE_NUMA_AFFINITY_FIELD_NUMBER
public static final int USE_NUMA_AFFINITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLLECTIVE_DETERMINISTIC_SEQUENTIAL_EXECUTION_FIELD_NUMBER
public static final int COLLECTIVE_DETERMINISTIC_SEQUENTIAL_EXECUTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLLECTIVE_NCCL_FIELD_NUMBER
public static final int COLLECTIVE_NCCL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHARE_SESSION_STATE_IN_CLUSTERSPEC_PROPAGATION_FIELD_NUMBER
public static final int SHARE_SESSION_STATE_IN_CLUSTERSPEC_PROPAGATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISABLE_THREAD_SPINNING_FIELD_NUMBER
public static final int DISABLE_THREAD_SPINNING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHARE_CLUSTER_DEVICES_IN_SESSION_FIELD_NUMBER
public static final int SHARE_CLUSTER_DEVICES_IN_SESSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESSION_METADATA_FIELD_NUMBER
public static final int SESSION_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPTIMIZE_FOR_STATIC_GRAPH_FIELD_NUMBER
public static final int OPTIMIZE_FOR_STATIC_GRAPH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENABLE_MLIR_BRIDGE_FIELD_NUMBER
public static final int ENABLE_MLIR_BRIDGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISABLE_OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
public static final int DISABLE_OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
XLA_FUSION_AUTOTUNER_THRESH_FIELD_NUMBER
public static final int XLA_FUSION_AUTOTUNER_THRESH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getCollectiveGroupLeader
public java.lang.String getCollectiveGroupLeader()
Task name for group resolution.
string collective_group_leader = 1;- Specified by:
getCollectiveGroupLeaderin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The collectiveGroupLeader.
-
getCollectiveGroupLeaderBytes
public com.google.protobuf.ByteString getCollectiveGroupLeaderBytes()
Task name for group resolution.
string collective_group_leader = 1;- Specified by:
getCollectiveGroupLeaderBytesin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The bytes for collectiveGroupLeader.
-
getExecutorType
public java.lang.String getExecutorType()
Which executor to use, the default executor will be used if it is an empty string or "DEFAULT"
string executor_type = 3;- Specified by:
getExecutorTypein interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The executorType.
-
getExecutorTypeBytes
public com.google.protobuf.ByteString getExecutorTypeBytes()
Which executor to use, the default executor will be used if it is an empty string or "DEFAULT"
string executor_type = 3;- Specified by:
getExecutorTypeBytesin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The bytes for executorType.
-
getRecvBufMaxChunk
public int getRecvBufMaxChunk()
Guidance to formatting of large RecvBuf fields for transfer. Any positive value sets the max chunk size. 0 defaults to 4096. Any negative value indicates no max, i.e. one chunk only.
int32 recv_buf_max_chunk = 4;- Specified by:
getRecvBufMaxChunkin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The recvBufMaxChunk.
-
getUseNumaAffinity
public boolean getUseNumaAffinity()
If true, and supported by the platform, the runtime will attempt to use NUMA affinity where applicable. One consequence will be the existence of as many CPU devices as there are available NUMA nodes.
bool use_numa_affinity = 5;- Specified by:
getUseNumaAffinityin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The useNumaAffinity.
-
getCollectiveDeterministicSequentialExecution
public boolean getCollectiveDeterministicSequentialExecution()
If true, make collective op execution order sequential and deterministic for potentially concurrent collective instances.
bool collective_deterministic_sequential_execution = 6;- Specified by:
getCollectiveDeterministicSequentialExecutionin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The collectiveDeterministicSequentialExecution.
-
getCollectiveNccl
public boolean getCollectiveNccl()
If true, use NCCL for CollectiveOps. This feature is highly experimental.
bool collective_nccl = 7;- Specified by:
getCollectiveNcclin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The collectiveNccl.
-
getShareSessionStateInClusterspecPropagation
public boolean getShareSessionStateInClusterspecPropagation()
In the following, session state means the value of a variable, elements in a hash table, or any other resource, accessible by worker sessions held by a TF server. When ClusterSpec propagation is enabled, the value of isolate_session_state is ignored when deciding whether to share session states in a TF server (for backwards compatibility reasons). - If share_session_state_in_clusterspec_propagation is true, the session states are shared. - If share_session_state_in_clusterspec_propagation is false, session states are isolated. When clusterspec propagation is not used, the value of share_session_state_in_clusterspec_propagation is ignored when deciding whether to share session states in a TF server. - If isolate_session_state is true, session states are isolated. - If isolate_session_state is false, session states are shared. TODO(b/129330037): Add a single API that consistently treats isolate_session_state and ClusterSpec propagation.
bool share_session_state_in_clusterspec_propagation = 8;- Specified by:
getShareSessionStateInClusterspecPropagationin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The shareSessionStateInClusterspecPropagation.
-
getDisableThreadSpinning
public boolean getDisableThreadSpinning()
If using a direct session, disable spinning while waiting for work in the thread pool. This may result in higher latency for completing ops, but in the case where there is a lot of spinning may result in lower CPU usage.
bool disable_thread_spinning = 9;- Specified by:
getDisableThreadSpinningin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The disableThreadSpinning.
-
getShareClusterDevicesInSession
public boolean getShareClusterDevicesInSession()
When true, WorkerSessions are created with device attributes from the full cluster. This is helpful when a worker wants to partition a graph (for example during a PartitionedCallOp).
bool share_cluster_devices_in_session = 10;- Specified by:
getShareClusterDevicesInSessionin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The shareClusterDevicesInSession.
-
hasSessionMetadata
public boolean hasSessionMetadata()
Metadata about the session. If set, this can be used by the runtime and the Ops for debugging, monitoring, etc. NOTE: This is currently used and propagated only by the direct session.
.tensorflow.SessionMetadata session_metadata = 11;- Specified by:
hasSessionMetadatain interfaceConfigProto.ExperimentalOrBuilder- Returns:
- Whether the sessionMetadata field is set.
-
getSessionMetadata
public SessionMetadata getSessionMetadata()
Metadata about the session. If set, this can be used by the runtime and the Ops for debugging, monitoring, etc. NOTE: This is currently used and propagated only by the direct session.
.tensorflow.SessionMetadata session_metadata = 11;- Specified by:
getSessionMetadatain interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The sessionMetadata.
-
getSessionMetadataOrBuilder
public SessionMetadataOrBuilder getSessionMetadataOrBuilder()
Metadata about the session. If set, this can be used by the runtime and the Ops for debugging, monitoring, etc. NOTE: This is currently used and propagated only by the direct session.
.tensorflow.SessionMetadata session_metadata = 11;- Specified by:
getSessionMetadataOrBuilderin interfaceConfigProto.ExperimentalOrBuilder
-
getOptimizeForStaticGraph
public boolean getOptimizeForStaticGraph()
If true, the session may treat the graph as being static for optimization purposes. If this option is set to true when a session is created, the full GraphDef must be passed in a single call to Session::Create(), and Session::Extend() may not be supported.
bool optimize_for_static_graph = 12;- Specified by:
getOptimizeForStaticGraphin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The optimizeForStaticGraph.
-
getEnableMlirBridge
public boolean getEnableMlirBridge()
Whether to enable the MLIR-based TF->XLA bridge. This is a replacement to the existing bridge, and not ready for production usage yet. If this option is set to true when a session is created, MLIR is used to perform the set of graph transformations to put the graph in a form that can be executed with delegation of some computations to an accelerator. This builds on the model of XLA where a subset of the graph is encapsulated and attached to a "compile" operation, whose result is fed to an "execute" operation. The kernel for these operations is responsible to lower the encapsulated graph to a particular device.
bool enable_mlir_bridge = 13;- Specified by:
getEnableMlirBridgein interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The enableMlirBridge.
-
getDisableOutputPartitionGraphs
public boolean getDisableOutputPartitionGraphs()
If true, the session will not store an additional copy of the graph for each subgraph. If this option is set to true when a session is created, the `RunOptions.output_partition_graphs` options must not be set.
bool disable_output_partition_graphs = 14;- Specified by:
getDisableOutputPartitionGraphsin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The disableOutputPartitionGraphs.
-
getXlaFusionAutotunerThresh
public long getXlaFusionAutotunerThresh()
Minimum number of batches run through the XLA graph before XLA fusion autotuner is enabled. Default value of zero disables the autotuner. The XLA fusion autotuner can improve performance by executing a heuristic search on the compiler parameters.
int64 xla_fusion_autotuner_thresh = 15;- Specified by:
getXlaFusionAutotunerThreshin interfaceConfigProto.ExperimentalOrBuilder- Returns:
- The xlaFusionAutotunerThresh.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ConfigProto.Experimental parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto.Experimental parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto.Experimental parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto.Experimental parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto.Experimental parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto.Experimental parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto.Experimental parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ConfigProto.Experimental parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ConfigProto.Experimental parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ConfigProto.Experimental parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ConfigProto.Experimental parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ConfigProto.Experimental parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public ConfigProto.Experimental.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ConfigProto.Experimental.Builder newBuilder()
-
newBuilder
public static ConfigProto.Experimental.Builder newBuilder(ConfigProto.Experimental prototype)
-
toBuilder
public ConfigProto.Experimental.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ConfigProto.Experimental.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ConfigProto.Experimental getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ConfigProto.Experimental> parser()
-
getParserForType
public com.google.protobuf.Parser<ConfigProto.Experimental> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ConfigProto.Experimental getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-