public final class CondContextDef extends com.google.protobuf.GeneratedMessageV3 implements CondContextDefOrBuilder
Protocol buffer representing a CondContext object.Protobuf type
tensorflow.CondContextDef| Modifier and Type | Class and Description |
|---|---|
static class |
CondContextDef.Builder
Protocol buffer representing a CondContext object.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
BRANCH_FIELD_NUMBER |
static int |
CONTEXT_NAME_FIELD_NUMBER |
static int |
PIVOT_NAME_FIELD_NUMBER |
static int |
PRED_NAME_FIELD_NUMBER |
static int |
VALUES_DEF_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBranch()
Branch prediction.
|
String |
getContextName()
Name of the context.
|
com.google.protobuf.ByteString |
getContextNameBytes()
Name of the context.
|
static CondContextDef |
getDefaultInstance() |
CondContextDef |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<CondContextDef> |
getParserForType() |
String |
getPivotName()
Name of the pivot tensor.
|
com.google.protobuf.ByteString |
getPivotNameBytes()
Name of the pivot tensor.
|
String |
getPredName()
Name of the pred tensor.
|
com.google.protobuf.ByteString |
getPredNameBytes()
Name of the pred tensor.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
ValuesDef |
getValuesDef()
Values and external values in control flow context.
|
ValuesDefOrBuilder |
getValuesDefOrBuilder()
Values and external values in control flow context.
|
int |
hashCode() |
boolean |
hasValuesDef()
Values and external values in control flow context.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CondContextDef.Builder |
newBuilder() |
static CondContextDef.Builder |
newBuilder(CondContextDef prototype) |
CondContextDef.Builder |
newBuilderForType() |
protected CondContextDef.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CondContextDef |
parseDelimitedFrom(InputStream input) |
static CondContextDef |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CondContextDef |
parseFrom(byte[] data) |
static CondContextDef |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CondContextDef |
parseFrom(com.google.protobuf.ByteString data) |
static CondContextDef |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CondContextDef |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CondContextDef |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CondContextDef |
parseFrom(InputStream input) |
static CondContextDef |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CondContextDef> |
parser() |
CondContextDef.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CONTEXT_NAME_FIELD_NUMBER
public static final int PRED_NAME_FIELD_NUMBER
public static final int PIVOT_NAME_FIELD_NUMBER
public static final int BRANCH_FIELD_NUMBER
public static final int VALUES_DEF_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getContextName()
Name of the context.
string context_name = 1;getContextName in interface CondContextDefOrBuilderpublic com.google.protobuf.ByteString getContextNameBytes()
Name of the context.
string context_name = 1;getContextNameBytes in interface CondContextDefOrBuilderpublic String getPredName()
Name of the pred tensor.
string pred_name = 2;getPredName in interface CondContextDefOrBuilderpublic com.google.protobuf.ByteString getPredNameBytes()
Name of the pred tensor.
string pred_name = 2;getPredNameBytes in interface CondContextDefOrBuilderpublic String getPivotName()
Name of the pivot tensor.
string pivot_name = 3;getPivotName in interface CondContextDefOrBuilderpublic com.google.protobuf.ByteString getPivotNameBytes()
Name of the pivot tensor.
string pivot_name = 3;getPivotNameBytes in interface CondContextDefOrBuilderpublic int getBranch()
Branch prediction. 0 or 1.
int32 branch = 4;getBranch in interface CondContextDefOrBuilderpublic boolean hasValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;hasValuesDef in interface CondContextDefOrBuilderpublic ValuesDef getValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;getValuesDef in interface CondContextDefOrBuilderpublic ValuesDefOrBuilder getValuesDefOrBuilder()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;getValuesDefOrBuilder in interface CondContextDefOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CondContextDef parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CondContextDef parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CondContextDef parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CondContextDef parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CondContextDef parseFrom(InputStream input) throws IOException
IOExceptionpublic static CondContextDef parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CondContextDef parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CondContextDef parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CondContextDef parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CondContextDef parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CondContextDef.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CondContextDef.Builder newBuilder()
public static CondContextDef.Builder newBuilder(CondContextDef prototype)
public CondContextDef.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CondContextDef.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CondContextDef getDefaultInstance()
public static com.google.protobuf.Parser<CondContextDef> parser()
public com.google.protobuf.Parser<CondContextDef> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CondContextDef getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2017. All rights reserved.